Fieldwire Connector for AI agents.
17 live capabilities
Manage construction projects and site tasks from a single chat interface.
Waiting for inputβ¦
Why people use Fieldwire
Fieldwire for Construction Project Management
This Connector lets your AI agent handle the data entry and retrieval for you. You can ask it to pull up a list of pending tasks or check the latest photos from a specific jobsite issue. It turns your AI into a digital foreman that knows your project's status as well as you do.
What Vinkius changes
Your AI becomes a project coordinator that knows your site data as well as you do.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account Β· 5,900+ Connectors
- Real-world use case 01
Checking site progress across multiple jobs
A project manager asks their agent to list all tasks for three different sites and summarize which ones are marked as In Progress.
- Real-world use case 02
Retrieving photos of a specific site issue
A superintendent asks the agent to show the photos and comments for the plumbing leak in Room 302 using list_task_bubbles.
- Real-world use case 03
Bulk organizing floorplans
An admin wants to move 50 floorplans into a new collection and uses batch_move_floorplans to do it in one command.
Complete set Β· 17capabilities
The complete Fieldwire capability set.
These are the exact actions your AI can choose when you ask it to work with Fieldwire.
01β04
4 capabilities in this set.
Part of 17 available through Fieldwire.
- 01 Capability
List project users
See which people are assigned to a specific project. This helps you keep track of your team distribution.
- 02 Capability
Batch move floorplans
Move floorplans into collections in bulk. This is the fastest way to organize your site drawings.
- 03 Capability
Batch update statuses
Create, update, or delete task statuses in bulk. Use this to quickly sync progress across many tasks.
- 04 Capability
Create project
Create a new project in Fieldwire. This lets you start a new jobsite directly from your AI client.
05β08
4 capabilities in this set.
Part of 17 available through Fieldwire.
- 05 Capability
Create sheet upload
Create a sheet upload after an S3 upload. This helps manage your project documentation flow.
- 06 Capability
Create task
Create a new task in a project. This lets you add new items to your to-do list instantly.
- 07 Capability
Enable collections
Turn on collections for floorplans in a project. Use this to start organizing your drawings.
- 08 Capability
Get form full
Get the full data for a form. This is useful for pulling complete payloads from triggered forms.
09β11
3 capabilities in this set.
Part of 17 available through Fieldwire.
- 09 Capability
Get project
Get the full details for a specific project. Use this to pull metadata for a single jobsite.
- 10 Capability
Invite user
Invite a new person to your Fieldwire account. This makes it easy to bring on new team members.
- 11 Capability
List floorplans
See all floorplans in a project. Use this to check what drawings are currently available.
12β14
3 capabilities in this set.
Part of 17 available through Fieldwire.
- 12 Capability
List projects
Get a full list of all projects in your Fieldwire account. Use this to see your entire project portfolio.
- 13 Capability
List statuses
Check the custom task statuses for a project. This lets you see how work is being categorized.
- 14 Capability
List task bubbles
Retrieve comments and media for a specific task. It's the best way to see site photos and discussion threads.
15β17
3 capabilities in this set.
Part of 17 available through Fieldwire.
- 15 Capability
List tasks
See all tasks within a specific project. This gives you a clear look at what needs to get done.
- 16 Capability
Add aws post tokens
Generate AWS POST tokens for uploading files. This handles the backend requirement for media uploads.
- 17 Capability
Update task
Update an existing task. Use this to change descriptions, owners, or statuses for a specific item.
Set up in minutes
One URL. Then ask Fieldwire to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fieldwire 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_l9rmEceVm2by3R7GVOCRERnA2llFmK14lhQFmhWr/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 Fieldwire, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fieldwire for the conversation.
ChatGPT Β· Web + desktop
Connector URL Β· ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_l9rmEceVm2by3R7GVOCRERnA2llFmK14lhQFmhWr/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 Fieldwire URL.
- Step 03
Save and start
Save the connection and enable Fieldwire in your conversation. Desktop may ask you to restart once.
Cursor Β· IDE configuration
Advanced setup
{
"mcpServers": {
"fieldwire": {
"url": "https://edge.vinkius.com/vk_preview_l9rmEceVm2by3R7GVOCRERnA2llFmK14lhQFmhWr/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 Fieldwire
Open Agent mode in chat and ask: "Using Fieldwire, help me...". 17 tools available
VS Code Copilot Β· IDE configuration
Advanced setup
{
"mcpServers": {
"fieldwire": {
"url": "https://edge.vinkius.com/vk_preview_l9rmEceVm2by3R7GVOCRERnA2llFmK14lhQFmhWr/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 Fieldwire
Ask Copilot: "Using Fieldwire, help me...". 17 tools available
Windsurf Β· IDE configuration
Advanced setup
{
"mcpServers": {
"fieldwire": {
"url": "https://edge.vinkius.com/vk_preview_l9rmEceVm2by3R7GVOCRERnA2llFmK14lhQFmhWr/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 Fieldwire
Open Cascade and ask: "Using Fieldwire, help me...". 17 tools available
Cline Β· IDE configuration
Advanced setup
{
"mcpServers": {
"fieldwire": {
"url": "https://edge.vinkius.com/vk_preview_l9rmEceVm2by3R7GVOCRERnA2llFmK14lhQFmhWr/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 Fieldwire
Ask Cline: "Using Fieldwire, help me...". 17 tools available
Claude Code Β· Terminal command
Advanced setup
claude mcp add fieldwire --transport http "https://edge.vinkius.com/vk_preview_l9rmEceVm2by3R7GVOCRERnA2llFmK14lhQFmhWr/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 Fieldwire
Ask Claude: "Using Fieldwire, show me...". 17 tools are ready
Where the request belongs
Work Fieldwire can move forward.
This is for construction professionals who are tired of manual data entry and constant app switching between the office and the jobsite.
Project Manager
Uses the AI to get a bird's-eye view of all project statuses and pending tasks without opening every project folder.
Superintendent
Checks task bubbles for photos and crew comments to solve site issues quickly during walk-throughs.
Specialty Contractor
Stays aligned with the general contractor's schedule by reviewing task progress and site comments in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFieldly
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.
Procore
Manage construction projects via Procore. track RFIs, submittals, punch lists, daily logs, and drawings from any AI agent.
HCSS
Automate heavy construction management via HCSS. manage jobs, timecards, estimates, and equipment telematics directly from any AI agent.
Tower
Lightweight project management and team collaboration platform. manage tasks, projects, and discussions via AI.
Autodesk Construction Cloud
Manage projects, files, issues, and assets in Autodesk Construction Cloud natively via AI.
Bring your own AI
Change the model, client or framework. Keep Fieldwire 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 Fieldwire.
The practical details behind the request, access and result.
Can the Fieldwire MCP help me manage construction tasks?
Yes. It lets your AI agent create, update, and list tasks across your projects, making it easy to track what needs to get done without manual data entry.
How do I see floorplans in Fieldwire using an AI agent?
You can ask your agent to list floorplans or move them into specific collections. This helps you organize your site drawings and find them instantly.
Can I use this to see photos from my jobsite?
Yes. Your agent can pull up comments and photos from task bubbles, so you can see real-time site issues and progress directly in your chat.
How does Fieldwire MCP help with project oversight?
It gives you a bird's-eye view of all active projects and personnel. You can quickly query the status of any site or check who is assigned to specific jobs.
Can I invite new team members to my project via the AI?
Yes, you can use the AI to invite new users to your Fieldwire account, helping you scale your team and coordinate resources faster.
Is Fieldwire MCP good for tracking construction statuses?
It's perfect for that. You can batch update statuses for multiple tasks at once, ensuring your project schedule stays accurate with minimal effort.
Can I see photos and comments attached to a specific task?
Yes! Use the list_task_bubbles capability with the Project and Task UUIDs. It retrieves all messages, photos, and files attached to that specific task.
How do I organize multiple floorplans into a collection?
You can use batch_move_floorplans to move an array of floorplan UUIDs into a target collection. Make sure to use enable_collections first if they aren't active for the project.
Is it possible to invite new team members to my Fieldwire account via AI?
Yes, the invite_user capability allows you to send an invitation to a user's email address directly from the agent.
One connection away
Give your agent a direct line to Fieldwire.
Connect Fieldwire once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required Β· Free tier available