Cursor
Ready IDECursor reads an mcp.json file and exposes the configured MCP tools to the agent. Use the project file .cursor/mcp.json or the user file ~/.cursor/mcp.json.
You need
- Cursor installed
- An AI Detector API key
Install
- Create an API key for AI Detector.
- Create or edit .cursor/mcp.json in your project root, or ~/.cursor/mcp.json for all projects.
- Paste the block below with your API key.
- Reload Cursor (or restart it) and confirm the tools are listed.
Configuration
json
{
"mcpServers": {
"ai-detector": {
"url": "https://itsai.dev/mcp",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}
Notes
- The API key stays in this file. Keep it out of version control for the project file.
Business and API users: the Data Processing Addendum is part of our Terms of Service and describes how personal data in your content is processed.
← All integrations