Connect an AI agent to Core
Let Claude, Cursor, VS Code, ChatGPT, or your own agent query your Core data as you over MCP — read-only, permission-scoped, and pinned to one workspace. Pick your tool below.
Core MCP endpoint
https://core-it.tools/api/mcpThis is the official Core MCP server — there is no npm package or GitHub repo to install. If a tool suggests a third-party “IT Tools” server, that is a different, unrelated project. Just use the URL above.
Cursor
Opens Cursor’s remote MCP install flow. Requires Cursor installed.
VS Code
Opens the MCP install flow in VS Code. Requires VS Code installed.
Claude (web & desktop)
Opens the Add custom connector dialog. Paste the URL, then approve.
- 1.Copy the Core URL on this card
- 2.Open Claude, then go to Customize → Connectors
- 3.Select + → Add custom connector, paste the URL, and select Add
- 4.Sign in to Core and approve read-only access
Claude Code (CLI)
Run one command in your terminal, then approve in the browser.
claude mcp add --transport http core https://core-it.tools/api/mcp
ChatGPT
Create Core as an app in ChatGPT web. Requires developer mode access.
- 1.Copy the Core URL on this card
- 2.Go to Settings → Apps → Advanced settings and enable Developer mode
- 3.Return to Settings → Apps, select Create, and paste the URL
- 4.Select Scan tools, sign in to Core, then select Create
Any other agent
Point any MCP client at the Core endpoint — it auto-discovers auth from the URL alone.
Or hand your agent this prompt:
https://core-it.tools/api/mcp
What happens when you connect
Runs as you
The agent sees only what your role can already open in Core.
Read-only
No create, update, or delete. Agents can look, never change.
You stay in control
Revoke any agent anytime from Settings → Agents. Every call is audited.
Want the full details? Read the MCP guide.