Magicplan Connector for AI agents.
10 live capabilities
Manage architectural floor plans and project estimates using natural language.
Waiting for input…
Why people use Magicplan
Magicplan for Architectural Data Extraction
With this Connector, you just ask your agent for the numbers. You can pull area measurements and financial breakdowns in seconds. You get the data you need to make decisions without the manual overhead of switching apps.
What Vinkius changes
You get a natural language interface for your entire architectural and financial project data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Calculating total area for a new office layout
An architect needs to know the total area of all rooms in a new office layout.
- Real-world use case 02
Auditing labor costs against a project budget
A manager needs to see if the current labor costs are over budget.
- Real-world use case 03
Retrieving site inspection checklists
A surveyor wants to see all the inspection forms for a specific site.
Complete set · 10capabilities
The complete Magicplan capability set.
These are the exact actions your AI can choose when you ask it to work with Magicplan.
01—04
4 capabilities in this set.
Part of 10 available through Magicplan.
- 01 Capability
Get plan measurements
Get numeric measurements like area and perimeter for a plan. It provides the exact numbers you need for calculations.
- 02 Capability
List magicplan projects
See a list of all floor plan projects in your workspace. This is the first step to finding your active work.
- 03 Capability
List workspace users
See all the users who have access to your Magicplan workspace. Use this to manage your team's permissions.
- 04 Capability
Get workspace info
Get the configuration settings for your current workspace. This helps you verify your account setup.
05—07
3 capabilities in this set.
Part of 10 available through Magicplan.
- 05 Capability
List project estimates
See all the financial estimates associated with a project. This allows you to audit multiple costs at once.
- 06 Capability
List available forms
See all data collection forms and checklists available in your workspace. This helps you find specific survey data quickly.
- 07 Capability
Get estimate details
Get a full financial breakdown for a specific project estimate. It shows the split between labor and materials.
08—10
3 capabilities in this set.
Part of 10 available through Magicplan.
- 08 Capability
Get project floor plan
Pull all spatial data for a project, including floors and rooms. Use this to get a complete view of the layout.
- 09 Capability
Get project details
Retrieve metadata and status updates for a specific architectural project. This keeps you informed on project progress.
- 10 Capability
Get plan form data
Get the specific forms attached to a particular floor plan. This connects your survey data to your designs.
Set up in minutes
One URL. Then ask Magicplan to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Magicplan from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1iwfIzFwMTO22VAK6IG7VJ1yLNLuALfvSkdjRkKm/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Magicplan, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Magicplan for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1iwfIzFwMTO22VAK6IG7VJ1yLNLuALfvSkdjRkKm/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Magicplan URL.
- Step 03
Save and start
Save the connection and enable Magicplan in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"magicplan": {
"url": "https://edge.vinkius.com/vk_preview_1iwfIzFwMTO22VAK6IG7VJ1yLNLuALfvSkdjRkKm/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Magicplan
Open Agent mode in chat and ask: "Using Magicplan, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"magicplan": {
"url": "https://edge.vinkius.com/vk_preview_1iwfIzFwMTO22VAK6IG7VJ1yLNLuALfvSkdjRkKm/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Magicplan
Ask Copilot: "Using Magicplan, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"magicplan": {
"url": "https://edge.vinkius.com/vk_preview_1iwfIzFwMTO22VAK6IG7VJ1yLNLuALfvSkdjRkKm/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Magicplan
Open Cascade and ask: "Using Magicplan, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"magicplan": {
"url": "https://edge.vinkius.com/vk_preview_1iwfIzFwMTO22VAK6IG7VJ1yLNLuALfvSkdjRkKm/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Magicplan
Ask Cline: "Using Magicplan, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add magicplan --transport http "https://edge.vinkius.com/vk_preview_1iwfIzFwMTO22VAK6IG7VJ1yLNLuALfvSkdjRkKm/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Magicplan
Ask Claude: "Using Magicplan, show me...". 10 tools are ready
Where the request belongs
Work Magicplan can move forward.
This is for architects and construction leads who are tired of manual data extraction. If you're constantly switching between your floor plans and your estimating software, you need this.
Architect
Queries room dimensions and floor plans to update designs on the fly.
Construction Manager
Pulls material costs and labor estimates to check project budgets.
Real Estate Developer
Extracts spatial metadata from floor plans to create quick project summaries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFieldwire
Manage construction projects via Fieldwire. track tasks, organize floorplans, and coordinate field teams directly from any AI agent.
Fieldly
Connect Fieldly to automate construction management. manage work items, bookings, and invoices directly from your AI agent.
BIM 360 Field
Manage your construction projects via BIM 360 Field. list issues, checklists, and tasks directly from any AI agent.
Autodesk Construction Cloud
Manage projects, files, issues, and assets in Autodesk Construction Cloud natively via AI.
MeasureSquare CRM
Manage flooring and construction project estimates, client relationships, and job tracking for specialty contractors.
IndoorAtlas (Indoor Positioning)
Manage indoor positioning via IndoorAtlas. list venues, upload floorplans, and analyze positioning sessions.
Bring your own AI
Change the model, client or framework. Keep Magicplan connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Magicplan.
The practical details behind the request, access and result.
What can I do with the Magicplan MCP?
You can use your AI agent to query floor plans, pull room measurements, and get financial estimates from your Magicplan workspace using natural language.
How do I get floor plan measurements using this Connector?
Just ask your agent for the area, perimeter, or volume of a specific plan or room. It will pull the exact numeric data from your Magicplan project.
Can I see financial estimates with the Magicplan MCP?
Yes, you can ask for a full breakdown of labor, materials, and taxes for any estimate in your workspace to audit costs quickly.
Who should use the Magicplan MCP for their projects?
It's designed for architects, construction managers, and real estate professionals who need to access spatial and financial data without manual data entry.
Does the Magicplan MCP work with my current AI client?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, allowing you to stay in your preferred workspace.
How do I get my project data into my AI agent?
By subscribing to this Connector on Vinkius and providing your Magicplan Customer ID and API Key, your agent will gain the ability to read your project data.
How do I get my Customer ID and API Key?
Log in to the magicplan Cloud dashboard as an admin, navigate to Workspace Settings > API to generate your credentials.
Can I see the measurements of a specific room?
Yes, the get_plan_measurements capability returns numeric data for the entire plan, individual floors, and every room within those floors.
What is included in the financial estimate details?
The get_estimate_details capability retrieves customer contact info, financial totals (labor, material, tax), and a full list of itemized positions/tasks.
One connection away
Give your agent a direct line to Magicplan.
Connect Magicplan once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available