Connectors

Bring your AI tools into your workspace

Wyatt exposes one remote MCP server. Point Claude Code, Codex, Cursor, or any MCP client at it, approve access in the browser, and the agent can search, read, and write in your workspace.

  • OAuth sign-in in the browser. You never create or paste an API key.
  • Thirteen workspace tools behind one endpoint, from search to background agents.
  • You choose read-only or full access per workspace. Inactive connections expire after seven days.
terminal

$ claude mcp add --transport http \
--scope user wyatt \
https://www.wyattworks.ai/api/mcp-server

Opening browser to authorize wyatt...

✓ Authorized. Connected to Wyatt MCP Server.

$ claude mcp list

wyatt · 13 tools · search, get_document, create_document,
list_tasks, kickoff_background_agent, ...

Set up in under a minute

Pick your client. Every path ends the same way: a browser window opens, you approve access, and the agent lists Wyatt's tools.

Connect Claude Code to Wyatt

Install the Wyatt plugin, or add the MCP server directly.

Plugin (adds the /wyatt command and skills)

claude plugin marketplace add luminpdf/wyatt-plugin
claude plugin install wyatt@wyatt

The plugin bundles the MCP server plus a /wyatt command and workspace, document, and task skills.

MCP server only

claude mcp add --transport http --scope user wyatt https://www.wyattworks.ai/api/mcp-server
claude mcp list

Start Claude Code and run /mcp to complete authorization.

Connect Codex to Wyatt

Three commands: add, log in, verify.

Terminal

codex mcp add wyatt --url https://www.wyattworks.ai/api/mcp-server
codex mcp login wyatt
codex mcp list

The login step opens your browser to approve access.

Connect Cursor to Wyatt

One entry in mcp.json, then enable it in settings.

~/.cursor/mcp.json (all projects) or .cursor/mcp.json (one project)

{
  "mcpServers": {
    "wyatt": {
      "url": "https://www.wyattworks.ai/api/mcp-server"
    }
  }
}

Open Cursor Settings > Tools & MCP, enable Wyatt, and complete OAuth.

Connect ChatGPT to Wyatt

Add Wyatt as an app in developer mode.

Settings > Apps

1. Turn on developer mode under Settings > Apps > Advanced settings.
2. Choose Apps > Create and name the app "Wyatt".
3. Enter the endpoint: https://www.wyattworks.ai/api/mcp-server
4. Pick OAuth as the authentication method and approve access.

Connect Any MCP client to Wyatt

Hand your agent this prompt, or configure the endpoint yourself.

Setup prompt for an agent with shell access

Connect Wyatt as a remote MCP server named "wyatt" using
https://www.wyattworks.ai/api/mcp-server. Use Streamable HTTP and OAuth.
Open the authorization flow for me, then verify the connection by listing
the available Wyatt tools. Do not ask me to create or paste an API key.

Endpoint: https://www.wyattworks.ai/api/mcp-server — Streamable HTTP with browser OAuth and dynamic client registration.

What a connected agent can do

Search and read

Federated search across the workspace, plus list_documents and get_document with clean pagination, so an agent can pull the exact context it needs.

Write documents

create_document, update_document, and delete_document turn agent output into real workspace documents instead of chat scrollback.

Track tasks

list_tasks and get_task give the agent the current state of work, and get_workspace_context_next surfaces what to pick up.

Run background agents

kickoff_background_agent hands longer jobs to Wyatt itself, so your local agent can delegate and move on.

Access your security team can sign off on

The connector path uses browser-based OAuth. Nothing on this page asks you to handle a secret.

Browser OAuth, no API keys

You grant access in the browser through the Wyatt OAuth flow. Pasted API keys are rejected on purpose, so a leaked snippet never becomes a leaked credential.

Scoped consent

On the consent screen you pick read-only or full access. Wyatt rejects any tool call that the granted scope does not allow.

Workspace-bound tokens

Tokens are bound to the workspaces you approve. A connector for one workspace cannot read another.

Self-expiring access

An inactive connection expires on its own after seven days.

Frequently asked questions

Do I need an API key to connect an agent?

No. Wyatt uses browser-based OAuth with dynamic client registration: your client opens a browser window, you sign in and approve access, and the client receives its own scoped token. Wyatt rejects pasted API keys on the MCP endpoint by design.

Which AI tools work with Wyatt?

Anything that speaks MCP over Streamable HTTP: Claude Code, Codex, Cursor, ChatGPT (developer mode), OpenClaw, and other MCP-compatible clients. Claude Code additionally gets the Wyatt plugin with a /wyatt command and skills.

What can a connected agent actually do?

Thirteen tools: workspace overview and connection info, federated search, document list/read/create/update/delete, task listing and detail, next-action context, and kicking off Wyatt background agents. What the agent can use depends on the access level you grant.

How do I limit access?

The consent screen offers read-only or full access, bound to the workspaces you choose. Inactive connections expire after seven days on their own.

How do Cursor and Codex connect without the Claude Code plugin?

They connect directly to Wyatt’s remote MCP server using the setup on this page. The plugin, /wyatt command, and bundled skills are additional Claude Code features.

Is there a Wyatt CLI?

The CLI is a private developer preview without a public installer. Use the MCP setup instead, and do not install third-party packages claiming to be the Wyatt CLI.

Go deeper

MCP quickstart in the docs 
How MCP authorization works 
Give Claude access to company docs 
Wyatt as an AI agent workspace 

Connect your first agent today

Create a workspace, run one command, and your AI tools work where your team does.

Wyatt

The AI workspace where your team’s documents, projects, and knowledge come together — and AI helps you turn answers into work.

Explore everything Wyatt can do →

Product

  • AI assistant
  • Documents
  • Whiteboards
  • Databases
  • Search
  • All product →

AI

  • AI note taker
  • Meeting assistant
  • Writing assistant
  • Knowledge assistant
  • AI project manager
  • All AI →

Solutions

  • Engineering
  • Product
  • Marketing
  • Startups
  • Remote teams
  • All solutions →

Use cases

  • Project management
  • Knowledge management
  • Meeting notes
  • Company wiki
  • Task management
  • All use cases →

Compare

  • vs Notion
  • vs Confluence
  • vs Google Docs
  • vs Asana
  • vs Airtable
  • All comparisons →

Resources

  • Blog
  • Explore
  • Guides
  • Documentation
  • Get the App
  • Connectors
  • AI agent access
  • Pricing
  • Security
  • About
  • Changelog
  • Privacy Policy
  • Terms and Conditions

© 2026 Wyatt. All rights reserved.