MCPs to improve your Agent in Cursor

MCPs Configurations to customize AI behavior, streamline the development and tailor code generation, suggestions and queries to your framework and language.

Context7

Context7

P Paul
View on GitHub
Custom Installation Active
Overview

Up-to-date documentation for LLMs and AI code editors. Copy the latest docs and code for any library — paste into Cursor, Claude, or other LLMs.

Installation
Install in Cursor
Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server

Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.

{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
}
}
}
1