MCP server for Notion API. Exposes CRUD operations for pages and databases. Connects to Notion's REST API. Useful for developers building tools that interact with Notion data, such as automation scripts, data migration tools, or integrations with other platforms.
MCP server for Notion API. Exposes CRUD operations for pages and databases. Connects to Notion's REST API. Useful for developers building tools that interact with Notion data, such as automation scripts, data migration tools, or integrations with other platforms.
npx -y @atikk-co-jp/notion-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"atikk-co-jp-notion-mcp-server-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @atikk-co-jp/notion-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from notion-mcp-server?"
API Key Required
This server requires an API key from notion-mcp-server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| NOTION-MCP-SERVER_API_KEY | Yes | Your notion-mcp-server API key |
"What resources are available in notion-mcp-server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in notion-mcp-server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in notion-mcp-server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.