Weft MCP server — drive your AI Scrumban board from Claude, ChatGPT, Cursor, Gemini CLI, Replit, Lovable, or any MCP client. Hosted, OAuth 2.1, 24 tools.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"weft-mcp": {
"command": "npx",
"args": [
"-y",
"AndreiFinogeev/weft-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add weft-mcp npx -y AndreiFinogeev/weft-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"weft-mcp": {
"command": "npx",
"args": [
"-y",
"AndreiFinogeev/weft-mcp"
]
}
}
}
📋 Copy