actionforge for Claude Desktop
io.github.pritas/actionforge
MCP server for ActionForge: expose your account's tools to Claude and any MCP client.
client:Claude Desktop
transport:stdio
runtime:npm
Install actionforge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"actionforge": {
"command": "npx",
"args": [
"-y",
"actionforge-mcp"
],
"env": {
"ACTIONFORGE_API_KEY": "<ACTIONFORGE_API_KEY>",
"ACTIONFORGE_URL": "<ACTIONFORGE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs