MCP server for Unfold - create goals, distribute claim links, track progress via AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unfoldit-mcp-server": {
"command": "npx",
"args": [
"-y",
"Unfold-it/unfoldit-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add unfoldit-mcp-server npx -y Unfold-it/unfoldit-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"unfoldit-mcp-server": {
"command": "npx",
"args": [
"-y",
"Unfold-it/unfoldit-mcp-server"
]
}
}
}