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. Your Item account must also have active app access under the same billing rules as the web app. 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.
Available tools
The item MCP server exposes one read-only natural-language assistant plus a curated set of structured tools for object lookup, schema inspection, and internal Item updates. Tool availability depends on your account permissions and connected integrations. External messaging tools, calendar write tools, Slack and LinkedIn sending tools, enrichment tools that may spend credits, raw SQL, bulk mutation tools, and skill triggering tools are not exposed as direct MCP tools.Assistant
Objects and schema
Views
Lists
Notes and tasks
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.