allplan-mcp-server-python

AlejoDuarte23/allplan-mcp-server-python
★ 0 stars Python 🤖 AI/LLM Updated today
Allplan MCP server implementation in python
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "allplan-mcp-server-p": {
      "command": "uvx",
      "args": [
        "allplan-mcp-server-python"
      ]
    }
  }
}

Or install with pip: pip install allplan-mcp-server-python

README Excerpt

FastMCP server that exposes the local Allplan Python host as MCP tools. The existing Allplan PythonPart starts a small local HTTP host at `127.0.0.1:5679`. This package adds a FastMCP server in front of it, so agents can call MCP tools over Streamable HTTP at `/mcp`. ```bash uv sync ``` Register the Allplan PythonPart bridge on the Windows machine where Allplan is

Tools (5)

allplan_healthcreate_boxcreate_cubeget_all_object_namesget_allplan_version