Notion Agent
Freeby MCP Community
Agent-native CLI + MCP server for the Notion API — wraps every Notion endpoint as a CLI command and MCP tool
v0.1.4Added Apr 12, 2026
notionclimcpagentautomation
Notion Agent MCP Server
Agent-native CLI + MCP server for the Notion API — wraps every Notion endpoint as a CLI command and MCP tool
Installation
npx -y notion-agent
Reviews
Installation
Quick install
npx -y notion-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"notion-agent": {
"command": "npx",
"args": ["-y", "notion-agent"]
}
}
}