Notion
OfficialAll-in-one workspace for notes, docs, and project management.
Provider:Notion Labs
Category:Productivity
Installation
Command Line
npx -y @suekou/mcp-notion-serverConfiguration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@suekou/mcp-notion-server"
],
"env": {
"NOTION_API_TOKEN": "<your-integration-token>"
}
}
}
}