mcp MCP
Welcome! This is the MCP server for interacting with the mcp API. Use it with Claude, Cursor, or any other tool that supports MCP.
Getting Started
MCP URL
https://cloudinary-test-mcp-server.kanwar-a2e.workers.dev/mcp
Installation
Claude Desktop
▶
One-click installation for Claude Desktop users
Instructions:
- Download the DXT file
- Open Claude Desktop and go to
- Drag the DXT file into the Extensions page to install the MCP server
The DXT file contains all necessary configuration for the MCP server and will be automatically installed when dragged into the Extensions page.
Cursor
▶
One-click installation for Cursor users
Or manually:
- Open Cursor Settings
- Select Tools and Integrations
- Select New MCP Server
- Paste the following JSON into the MCP Server Configuration field:
{ "mcpServers": { "SDK": { "type": "mcp", "url": "https://cloudinary-test-mcp-server.kanwar-a2e.workers.dev/mcp", "headers": { "x-cloudinary-auth": "${MCP_CLOUDINARY_AUTH}", "x-oauth2": "${MCP_OAUTH2}" } } } }
Claude Code CLI
▶
Use the Claude Code CLI to add the MCP server:
claude mcp add --transport http SDK https://cloudinary-test-mcp-server.kanwar-a2e.workers.dev/mcp --header "x-cloudinary-auth: ..." --header "x-oauth2: ..."
Manual Installation
▶
Start the MCP server manually using npx:
npx mcp start --api-key ... --api-secret ... --oauth2 ... --cloud-name ...
For a full list of server arguments:
npx mcp --help