@infoinlet/mcp-notion
v0.1.1
Published
Notion for AI agents — search, read pages/blocks, query databases, create pages. MCP server.
Downloads
245
Readme
@infoinlet/mcp-notion
Notion for AI agents — search, get_page, get_block_children, query_database, and create_page (write, opt-in via NOTION_WRITE_ALLOWED=true). Needs a NOTION_TOKEN (share pages/DBs with the integration).
{ "mcpServers": { "notion": { "command": "npx", "args": ["-y", "@infoinlet/mcp-notion"], "env": { "NOTION_TOKEN": "secret_..." } } } }