The Roam Research MCP server allows AI agents to interact with Roam Research graphs. It provides tools to read, write, and search graph data. The server connects to the Roam Research API, enabling agents to manage pages, blocks, and metadata. Developers use it to automate content creation, organization, and retrieval within Roam Research.
The Roam Research MCP server allows AI agents to interact with Roam Research graphs. It provides tools to read, write, and search graph data. The server connects to the Roam Research API, enabling agents to manage pages, blocks, and metadata. Developers use it to automate content creation, organization, and retrieval within Roam Research.
npx -y roam-research-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"2b3pro-roam-research-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y roam-research-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from roam research mcp?"
API Key Required
This server requires an API key from roam research mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ROAM_RESEARCH_MCP_API_KEY | Yes | Your roam research mcp API key |
"What resources are available in roam research mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in roam research mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in roam research mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.