Connect any AI to Rock over MCP
Rock runs a Model Context Protocol server, so Claude, Cursor, VS Code or any MCP client can create tasks, search and write across every space you run, with a single access token.
Three tools, every space
Rock MCP gives your assistant a full toolset. These three do most of the work, across every space you can access.
Turn a request into tasks in the right space, with owners, due dates, sprints and status.
create · assign · complete · sprintsOne question pulls up any message, note, task or file from every space you can access.
messages · notes · tasks · filesDraft notes, post updates and react, all acting as you in the spaces you already use.
notes · messages · reactions · commentsConnect in two steps
Create a token, paste one config, and your assistant is ready to work in Rock.
- 1 Create a personal access token In Rock, open Settings and go to Personal Access Tokens, then create a new token. Copy it, you will only see it once.
- 2 Add Rock to your AI client Paste the config for your client below and replace
<your token>with the token you created.
https://mcp.rock.so/mcp claude mcp add --transport http rock https://mcp.rock.so/mcp --header "Authorization: Bearer <your token>" {
"mcpServers": {
"rock": {
"type": "http",
"url": "https://mcp.rock.so/mcp",
"headers": {
"Authorization": "Bearer <your token>"
}
}
}
} {
"mcpServers": {
"rock": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.rock.so/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer <your token>"
}
}
}
} # ~/.codex/config.toml
[mcp_servers.rock]
url = "https://mcp.rock.so/mcp"
bearer_token_env_var = "ROCK_PAT"
# put the token in your shell profile: export ROCK_PAT="<your token>" Tokens act as you and reach only the spaces you can access. Revoke a token any time from settings. Read the full setup guide.
Setup guides for your tools
Each client has its own page: connect over MCP, test it, and see what your assistant can do in Rock.
Rock MCP, answered
What is the Model Context Protocol (MCP)?
MCP is an open standard that lets AI assistants connect to outside tools and data in a consistent way. Rock runs an MCP server, so any MCP-compatible assistant can securely read and act in your Rock spaces.
How do I connect Rock to my AI assistant?
Create a Personal Access Token in Rock under Settings, then add the Rock MCP endpoint (https://mcp.rock.so/mcp) to your AI client with that token as a Bearer header. Ready-made configs for Claude Code, Claude Desktop, Codex, Cursor and VS Code are on this page, and the full guide is in our help center.
Which AI assistants work with the Rock MCP server?
Any MCP-compatible client. Rock ships ready-made setup for Claude Code, Claude Desktop, Codex, Cursor and VS Code, and any other app that speaks MCP works too.
What can my AI do in Rock through MCP?
Create, assign and complete tasks, search messages, notes and tasks across your spaces, write notes, send messages and react, and find files, all inside the spaces you already use.
Is the Rock MCP server secure?
You connect with a Personal Access Token that acts as you and only reaches the spaces you can access. Treat it like a password: tokens have an expiry, and you can revoke one at any time from your settings.
Do I need a paid plan to use MCP?
No. Rock MCP works on the free plan, with no per-seat fees. Connect your AI assistant and work across your spaces.
Put your AI to work in Rock
Connect your assistant over MCP and let it handle the busywork across your spaces.
Start today for free