Welcome,
Plan:
API Keys
Create API keys to connect DispatchMCP to your AI tools.
Your new API key (copy it now -- it won't be shown again):
Spaces
Organize your items into spaces. Share any space with collaborators.
Billing
Current plan:
Setup Guide
Add DispatchMCP to your AI tool in 2 steps.
1. Create an API key
Go to API Keys and create one. Copy the key.
2. Add to your MCP client config
Add this to your MCP settings (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"dispatch": {
"url": "/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Replace YOUR_API_KEY with the key you copied.
3. Start using it
Try saying: "Add a task to call the dentist" or "What's in my inbox?"