mcpwing
AI workspace · MCP-native · every role

Give every employee wings.

One AI-native workspace your whole team ships in — and that any AI tool can drive. Work in the app, or connect Claude Code, Cursor, or the Claude app to MCPWing and hand your AI full project and deploy context. Briefs, designs, tickets, releases — all reachable, all governed by org budgets and per-user access.

macOS available now · Windows & Linux coming soon
PROTOCOL
Wing MCP30 tools · drive it from any AI
CONTEXT
Full contextbriefs · designs · tickets
RUNTIME
Hosted AIno subscription · org budgets
GOVERNED
Every roleper-user agentic access
Two ways in

One workspace. two front doors.

Work inside the MCPWing app, or point your own AI at it. Either way you drive the same projects, designs, tickets, and releases.

Work in the app

The native desktop app

Mac and Windows. Chat to build, design, and read analytics. Auth and AI run in the app — no subscription, no setup.

  • Builder · Design Studio · Dashboard
  • Design preview + Open in Studio
  • Hosted AI — nothing to configure
Bring your own AI

Wing MCP, from any tool

Connect MCPWing to Claude Code, Cursor, or the Claude app. 30 tools let your AI read context, author designs, manage tickets, and mint keys.

  • 30 MCP tools, one OAuth approve
  • Reads your full project context
  • Drives the same workspace
One workspace · one org · one budget · one audit trail.
Bring your own AI

Connect MCPWing to Claude Code in one approve.

Add MCPWing to Claude Code, Cursor, or the Claude app. You approve the connection right in the desktop app — then your AI has Wing's 30 tools and your full project context.

1Paste the MCP URL in your AI tool
2Approve the connector in the app
3Connected — your AI has your context
Claude Code· Cursor · Claude app
Add MCP server
https://api.mcpwing.com/wing
request
Connector authorization

An app wants to access your MCPWing project context on your behalf. Access is scoped to projects you can already see.

Organization
Northwind Labs
Requested accessprojects:read · projects:write · tickets:* · mcp:keys
Connected — Claude Code can now use your MCPWing tools. Switch back to it to finish.
Build

Chat your way from idea to shipped.

Build is a project-scoped agent. Watch it pick a project, link the subproject, design and ticket, attach a local folder, ship the feature, push the git changes, and open the code — all in one chat.

1Link project · subproject · design2Attach a folder, prompt the build3See the git changes + the code
Design Studio

Design with AI. Preview live. Ship a version.

Scope a subproject, link its design, then iterate in plain English. Approve and it uploads as a new version — comments and all.

1Link the project, subproject + design2Ask for the change in plain English3Approve → uploads a new version
Dashboard · No more internal tools

Analytics, the conversational way.

Stop building a dashboard for every team. Every system you own already has an API — MCPWing turns each into an MCP tool your AI speaks, so anyone can just ask: usage, tool calls, trends, answered with live tool responses.

Roles don’t need to know the schema. The AI does.
Coming soonConversational analytics for your MCP projects — usage, top tools, and trends, answered with live tool responses.
Workspace

The manual side: projects, board, org.

Everything the agent touches, you can drive by hand — projects and subprojects, the kanban board, design versions, org members and budgets, MCP keys, audit. Browse a design version and hand it straight to the AI designer with Open in Studio.

1Open a project + subproject2Browse the design versions3Open any design in Studio
The workflow

From brief to ship. one workspace.

Briefs, designs, builds, releases, analytics — every stage of a feature, in the same place. No more handoff folders, no Slack threads to find the spec, no "wait, who owns this?"

01Brief

Lead writes the brief. References, palette, platforms, requirements.

OWNED BY · LEAD
02Design

Upload HTML. Drop frame comments. Track component inventory.

DESIGN · ENG
03Build

Chat to build in the app, or drive it from your AI tool over Wing MCP.

BUILDER · MCP
04Ship

Release versions. Track downloads. Attach the MCPs agents use.

RELEASE · v1.4.2
05Observe

Live analytics. Top pages. Device breakdown. p50 / p95 traces.

LIVE · 142ms p50
06Iterate

Next steps. Activity feed. Audit trail. Loop closes back to brief.

NEXT · 3 STEPS
Every stage shares the same project, role, and audit model.
For teams

Built for every role.

Anyone in the org can drive a feature end-to-end. Roles control access, not capability — and admins fund an org budget in USD, then grant per-user agentic access from a shared pool.

Org admin
ADMIN
Full control of your org.

Owns members, teams, SSO, audit, billing, and every project. The customer-side power user.

  • Invite + remove members
  • Configure SSO
  • Set project visibility
Lead
LEAD
The brief writer.

Sets vision and writes the brief on any project they can read. Aligns Product, Design, and Engineering.

  • Write any brief in scope
  • Drop frame comments
  • Add references
Member
MEMBER
Ships features.

Creates projects (forced Org-wide by default), uploads designs, ships builds, owns work end-to-end.

  • Create projects
  • Upload designs
  • Cut releases
Project visibility scopes every read.Pick Org-wide, Team, or Member. Members default to Org-wide; admins pick.
Org-wideTeamMember
Turn AI on for one person, set their cap, turn it off and the budget returns to the pool. Tabs stay visible; access is governed.
The platform

Built for flight.

Six pieces that compose into one workspace. Use any subset — they share the same org, role, budget, and audit model.

Wing MCP

Drive your whole workspace from any AI tool. Claude Code, Cursor, and the Claude app connect over OAuth — you approve the connection right in the app.

claude codecursorclaude
30 TOOLS · OAUTH · APPROVE-IN-APP

Context engine

Tiered deploy context any AI can pull: brief + linked index first, then the full design system, a screen's HTML, a ticket body, or a skill on demand.

tier 1 · tier 2 · org-scoped

Design authoring from AI

Your AI creates and replaces screen designs to our HTML conventions. Guidelines on tap, two-step confirmation before any overwrite.

create · replace · guidelines

Tickets & board

List, update, and comment on tickets from chat or straight over MCP. The same board your team works, your AI works too.

list · update · comment

Hosted AI gateway

Chat runs on MCPWing's hosted AI — no Claude or OpenAI subscription. Admins fund an org budget in USD; usage is metered per seat.

no subscription · org budget · metered

MCP servers from specs

The original capability, still live: turn a Postman or OpenAPI spec into a hosted MCP server your LLMs can call. Smart auth detection included.

.yaml.json
POSTMAN · OPENAPI
Also: your APIs as MCP

Turn any spec into a hosted MCP server.

Beyond driving MCPWing, you can publish your own APIs as MCP. Your Postman or OpenAPI spec becomes a hosted server every LLM can call. We orchestrate. You own the API and the data.

Your APIPostman · OpenAPI · GraphQL
.yaml.json
mcpwingGenerate · deploy · host
12 tools live
AI agentsClaude · GPT · Gemini
MCP · JSON-RPC
Live tool call
connected · acme-mcp
POST/acme/mcp
{ "method": "tools/call", "params": { "name": "get_orders", "arguments": { "user_id": "usr_8x9k2", "limit": 3 } } }
MCPWingresolve_tool · authenticate · dispatch
→ upstream GET https://api.acme.com/v1/orders?user=usr_8x9k2&limit=3
200 OK84ms
{ "orders": [{"id":"ORD-2847","status":"shipped"}, {"id":"ORD-2846","status":"processing"}, {"id":"ORD-2845","status":"delivered"}] }
Enterprise cloudComing
Run MCPWing inside your own AWS, GCP, or Azure account. LLM credentials via Vertex AI, Azure OpenAI, or Bedrock IAM. Talk to us if this is a hard requirement.

SSRF-protected upstream

Every outbound call sandboxed against private IPs, DNS rebinding, and internal-net hops. Per-tenant rate limits.

Smart auth detection

Drop in your example responses. We auto-detect OTP → verify, JWT extraction, OAuth, session-ID propagation. No glue code.

Per-project bearer tokens

Rotatable mcpw_<id>_<secret> tokens, scoped to one project. Invocation logs are metadata-only — never payloads.

Roadmap

Honest about what’s shipping when.

We tell you what you can use today, what’s a few weeks out, and what we’re building toward. No vapourware.

Available nowLIVE
TODAY · mcp.mcpwing.com
  • Wing MCP — drive your workspace from any AI tool (30 tools)
  • Context engine — tiered deploy context for any AI
  • Design authoring from AI — create & replace screens
  • Multi-tenant orgs, teams & 4 roles · per-org RLS · audit
  • Org budgets in USD + per-user agentic access
  • Postman → hosted MCP server · smart auth detection
Desktop appNEW
macOS + WINDOWS
  • Agentic chat + manual workspace in one native app
  • Builder · Design Studio · Dashboard
  • Attach hosted MCPs · connect your own (keys stay on device)
  • Hosted AI gateway — no subscription, org-funded budget
  • Usage metering shown as a live % of your cap
Next · in buildBUILDING
WEEKS AWAY
  • Listing in the Claude Connectors Directory
  • Gemini in chat
  • OpenAPI / Swagger & GraphQL import (Postman live today)
  • Marketplace publishing — share & discover MCPs
Later
WHEN YOU NEED IT
  • Enterprise cloud — BYO AWS / GCP / Azure
  • Vertex AI / Azure OpenAI / Bedrock credentials
  • SCIM provisioning
  • Signed & notarized installers + auto-update
shipping continuously · changelog at /changelog
Pricing

Simple, transparent.

Download the app and connect Wing MCP free. Turn on hosted AI by funding an org budget — usage-metered, no subscription.

free to startAvailable now
Free
  • Native app for Mac & Windows
  • Connect Wing MCP to any AI tool
  • Projects, designs, tickets & releases
  • Generate MCP servers from your specs
teamHosted AI
Usage / org budget
  • Fund an org budget in USD
  • Per-user agentic access from a shared pool
  • Hosted AI — metered, no subscription
  • Multi-tenant org, roles, RLS & audit
enterpriseTalk to sales
Custom
  • Enterprise cloud (BYO AWS / GCP / Azure)
  • SCIM provisioning + IdP integration
  • Dedicated success engineer
  • Custom MCP integrations
Fund once, govern per personAdmins top up an org budget in USD, then grant each member their own agentic cap — turn it off and the budget returns to the pool.

Ready to lift?

Download the app, or connect MCPWing to the AI tool you already use. Same workspace, either way.