MCP Explained: Why It Matters for AI Tools
A clear explanation of what MCP is, how it works, and why it's becoming the standard for connecting AI agents to external tools and data sources.
A practical guide to integrating AI agents with your Stellary workspace using the Model Context Protocol.

The Model Context Protocol (MCP) is the bridge between your AI agents and your Stellary workspace. In this guide, we'll walk through the complete setup — from generating your API token to having your first agent propose actions on your board.
MCP is an open protocol that lets AI models interact with external tools and data sources in a standardized way. Think of it as a universal adapter: any MCP-compatible agent can connect to any MCP-compatible tool without custom integration code.
Stellary implements MCP natively, which means your workspace becomes a rich context source that agents can read from and act upon. For a deeper dive into what MCP is and why it matters, see MCP Explained.
Before you begin, make sure you have:
Navigate to your workspace settings and create a new API token. Give it a descriptive name — you'll want to know which agent is using which token.
# You can also create tokens via the APIcurl -X POST https://api.stellary.co/v1/api-tokens \ -H "Authorization: Bearer YOUR_SESSION_TOKEN" \ -d '{"name": "My Claude Agent", "scopes": ["read", "write"]}'The response will include your token. Store it securely — it won't be shown again.
Point your agent's MCP configuration to your Stellary workspace. The exact setup depends on your agent, but the core configuration looks like this:
{ "mcpServers": { "stellary": { "url": "https://api.stellary.co/v1/mcp", "headers": { "Authorization": "Bearer YOUR_API_TOKEN" } } }}Once configured, your agent should be able to list available tools. You'll see tools for reading your board, creating cards, updating priorities, and more.
Stellary exposes a comprehensive set of tools through MCP:
Here are some tips for getting the most out of MCP integration:
Now that your agent is connected, explore our guide on setting up automations to let your agent work autonomously within safe boundaries.
A clear explanation of what MCP is, how it works, and why it's becoming the standard for connecting AI agents to external tools and data sources.
How AI transforms project management — from automated task assignment to intelligent decision support. Tools, benefits, and getting started.
Stellary brings together your board, docs, and AI agents in one command center.