@weldable/mcp
Stdio MCP server for Weldable — gives your AI agent access to hundreds of tools (Slack, Gmail, Google Sheets, GitHub, and more) through a single act tool.
Setup
Claude Code
Add to ~/.claude/settings.json (global) or .mcp.json (project):
{
"mcpServers": {
"weldable": {
"command": "npx",
"args": ["-y", "@weldable/mcp"],
"env": {
"WELDABLE_API_KEY": "your-api-key"
}
}
}
}
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"weldable": {
"command": "npx",
"args": ["-y", "@weldable/mcp"],
"env": {
"WELDABLE_API_KEY": "your-api-key"
}
}
}
}
Getting an API key
Sign up at weldable.ai and generate a key from the setup page.
Requirements