Catalog
io.github.mohamedgb00714/autoplans-mcp
OfficialAI-powered project planning tools for Autoplans.dev with 14+ MCP tools
AI-powered project planning tools with 14+ MCP tools for Autoplans.dev.
README not available yet.
Install
Configuration
Environment variables
AUTOPLANS_API_KEYrequiredAPI key for Autoplans.dev service. Get yours at https://autoplans.dev
claude_desktop_config.json
{
"mcpServers": {
"autoplans-mcp": {
"command": "npx",
"args": [
"-y",
"autoplans-mcp@0.1.2"
],
"env": {
"AUTOPLANS_API_KEY": "<YOUR_AUTOPLANS_API_KEY>"
}
}
}
}