Tobi provides an MCP (Model Context Protocol) server that allows AI assistants like Claude Desktop and Cursor to interact with Tobi directly.Pro
Setup
- Generate an API key at Settings > Integrations
- Add the MCP server to your Claude config
- Restart Claude Desktop
Claude Desktop Config
Add this to your ~/.claude/mcp.json:
{
"mcpServers": {
"tobi": {
"command": "npx",
"args": ["@tomo/mcp-server"],
"env": {
"TOBI_API_KEY": "tk_live_your_key_here"
}
}
}
}Cursor Config
Add this to your .cursor/mcp.json:
{
"mcpServers": {
"tobi": {
"command": "npx",
"args": ["@tomo/mcp-server"],
"env": {
"TOBI_API_KEY": "tk_live_your_key_here"
}
}
}
}Available Tools
brain_dump- Send unstructured text to Tobi AI for processing into tasks
Example: "Use Tobi to brain dump: fix auth bug, call mom, prepare slides"