Back to Apps

Capacities MCP
Supports UIby Nothflare
Full CRUD access to Capacities.io, featuring task management, graph traversal, and bulk object operations.
0 stars
Works in:claude
Exposes:Tools
What it does
Integrates AI agents with Capacities.io, allowing them to programmatically manage objects, tasks, and links within a personal knowledge base using a robust Python SDK.
Tools
capacities_objects: Full CRUD operations for creating and updating objects.capacities_tasks: Comprehensive task management including due dates and priorities.capacities_space: Space navigation and graph traversal (1-3 levels deep).capacities_collections: Manage object membership in collections.capacities_links: Create and manage inline links and backlinks.capacities_bulk: Efficiently create, update, or delete multiple objects.capacities_export: Export space data to JSON or Markdown.
Installation
Install using uv:
uv sync
Configure in claude_desktop_config.json:
{
"mcpServers": {
"capacities": {
"command": "uv",
"args": ["run", "--directory", "/path/to/capacities-rev", "python", "-m", "capacities_mcp.server"],
"env": {
"CAPACITIES_AUTH_TOKEN": "your-token-here",
"CAPACITIES_SPACE_ID": "your-space-uuid"
}
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
Require CAPACITIES_AUTH_TOKEN and optionally CAPACITIES_SPACE_ID in the environment.





