Notion
Catalog name notion. A remote MCP server for Notion pages and databases.
What it’s for
Section titled “What it’s for”If your specs, decisions and open questions live in Notion, the agent building against them normally gets a paraphrase of a page, filtered through whatever you remembered to copy. This connector lets it search for the page itself and read what is actually written there, including the part that contradicts the summary.
It writes as well as reads, with the rights of the account you sign in with.
Add it
Section titled “Add it”At init, or to an existing workbench:
monoceros init acme --with-mcp-servers=notionmonoceros add-mcp-server acme notionThen apply:
monoceros apply acmeSigning in
Section titled “Signing in”There is no key to fill. Notion’s hosted server authenticates interactively, so the yml entry is one line and you sign in once from inside the container:
mcpServers: - name: notionThe per-agent step is in Servers that sign in.
Where it runs
Section titled “Where it runs”Remote (http), at https://mcp.notion.com/mcp. The request leaves the
container.
Verify it
Section titled “Verify it”monoceros check acmeMCP servers notion → Claude Code signs in interactively; authenticate once inside the containerThat line means the server is registered with every agent and waiting for a sign-in. Once you have signed in, ask the agent to find a page you know the title of.
Remove it
Section titled “Remove it”monoceros remove-mcp-server acme notionSee also
Section titled “See also”- MCP servers overview - the model behind this, and the per-agent sign-in.
- Atlassian Rovo and Linear - the same role for the other two places requirements tend to live.