Use the item MCP server to give AI clients access to your item workspace through the Model Context Protocol.Documentation Index
Fetch the complete documentation index at: https://docs.item.app/llms.txt
Use this file to discover all available pages before exploring further.
Server URL
Use this URL in MCP clients that support remote HTTP or Streamable HTTP servers:Authentication
The item MCP server uses OAuth. When you connect, your MCP client opens an item authorization page in your browser. Sign in with the item account you want the client to use, review the requested access, and allow access. The MCP endpoint is protected, so openinghttps://mcp.item.app/mcp directly in a browser may show a missing authorization error. That is expected. Connect through one of the MCP clients below instead.
ChatGPT
ChatGPT supports remote MCP servers through Developer mode.- Open ChatGPT settings.
- Go to Apps.
- Open Advanced settings and enable Developer mode.
- In Apps settings, choose Create app.
- Use
itemas the app name. - Use
https://mcp.item.app/mcpas the remote MCP server URL. - Complete the item OAuth flow when ChatGPT opens the authorization page.
- In a chat, open the tools or plus menu, choose Developer mode, and enable item for the conversation.
Claude
Claude supports custom connectors backed by remote MCP servers. For Pro or Max plans:- Open Claude.
- Go to Customize > Connectors.
- Click + and choose Add custom connector.
- Enter
itemas the connector name. - Enter
https://mcp.item.app/mcpas the remote MCP server URL. - Leave advanced OAuth client fields blank unless your workspace admin gave you specific values.
- Finish adding the connector, then click Connect and complete the item OAuth flow.
- In a conversation, open the connector menu and enable item.
Claude Code
Add item as a remote HTTP MCP server:Codex
Add item with the Codex CLI:Cursor
Cursor reads MCP server configuration frommcp.json.
For a global setup, create or edit ~/.cursor/mcp.json:
.cursor/mcp.json in your project with the same JSON.
Restart Cursor after saving the file. Then open Settings > Tools & Integrations or Settings > MCP, find item, and connect. Cursor should open the item OAuth flow the first time it needs to authenticate.
Misc clients
Use item with any MCP client that supports remote HTTP MCP servers and OAuth. When configuring the client:- Set the server name to
item. - Set the server URL to
https://mcp.item.app/mcp. - Choose HTTP, Streamable HTTP, or Remote HTTP if the client asks for a transport.
- Complete the browser OAuth flow when prompted.