Rock.so MCP
Rock 작업 공간을 모든 MCP 클라이언트에 연결하여 AI 어시스턴트가 모든 공간에서 작업, 메모, 파일을 검색, 메시지 전송 및 관리할 수 있도록 합니다.
문서
JustJust apparel Kickoff → tasks
Turn the JustJust kickoff call into tasks in their space.
Rock created 3 tasks
Done. I pulled three tasks from the call and added them to JustJust apparel, with owners and due dates:
• Draft Q4 campaign brief Fri · You
• Source 5 product photos Mon · Maya
• Set up IG content calendar Wed · You
Write a message…
Opus 4.8
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.
Create and track tasks
Turn a request into tasks in the right space, with owners, due dates, sprints and status.
create · assign · complete · sprints
Draft Q4 campaign briefFri · You
Source 5 product photosMon · Maya
Set up IG content calendarWed · You
Search across every space
One question pulls up any message, note, task or file from every space you can access.
messages · notes · tasks · files
Where did we land on JustJust pricing?
JustJustLocked at $2.4k / mo · note
AcmeHomepage copy approved · chat
Write notes and messages
Draft notes, post updates and react, all acting as you in the spaces you already use.
notes · messages · reactions · comments
noteWeekly update · drafted
messageposted to JustJust
acts_as"you"
accessyour spaces only
Connect 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.
MCP endpoint 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 + Claude Have Claude create tasks and write notes in your spaces. View the guide
Rock + Codex Let OpenAI Codex work across your Rock spaces. View the guide
Rock + Cursor Drive your Rock tasks and notes from Cursor. View the guide Rock + VS Code Connect VS Code’s MCP client to your spaces. View the guide
Rock + Terminal Reach Rock from any CLI agent over MCP. View the guide
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.