Stats
Actions
Tags
From better-notion-mcp
Connects remotely to https://better-notion-mcp.n24q02m.com/mcp (Better Notion MCP server) for Notion integration, enabling access to pages, databases, notes, and workspace tools.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": [
"--yes",
"@n24q02m/better-notion-mcp@latest"
],
"env": {
"NOTION_TOKEN": "${user_config.NOTION_TOKEN}",
"MCP_TRANSPORT": "stdio"
}
}
}
}Replace placeholder values for: NOTION_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
NOTION_TOKEN=${user_config.NOTION_TOKEN}MCP_TRANSPORT=stdioSensitive values you must provide — never committed to source control
npx claudepluginhub n24q02m/better-notion-mcp