Skip to main content
Glama

Coyote MCP Server

by Sai-Adarsh

Installation

Quick Setup

For Claude Desktop:

git clone https://github.com/Sai-Adarsh/coyote-mcp-server.git cd coyote-mcp-server npm install npm run build npm run setup-claude

For VS Code:

git clone https://github.com/Sai-Adarsh/coyote-mcp-server.git cd coyote-mcp-server npm install npm run build npm run setup-vscode

For Windsurf:

git clone https://github.com/Sai-Adarsh/coyote-mcp-server.git cd coyote-mcp-server npm install npm run build npm run setup-windsurf

For all clients:

git clone https://github.com/Sai-Adarsh/coyote-mcp-server.git cd coyote-mcp-server npm install npm run build npm run setup-all

This will:

  1. Install dependencies
  2. Build the MCP server
  3. Automatically configure your chosen client(s)
  4. Make the server globally available

Manual Setup

If you prefer manual configuration:

git clone https://github.com/Sai-Adarsh/coyote-mcp-server.git cd coyote-mcp-server npm install npm run build npm link # Makes coyote-mcp-server command available globally

Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{ "mcpServers": { "coyote-user": { "command": "coyote-mcp-server" } } }

VS Code MCP config (~/Library/Application Support/Code/User/mcp.json):

{ "servers": { "coyote-user": { "type": "stdio", "command": "coyote-mcp-server" } }, "inputs": [] }

Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):

{ "mcpServers": { "coyote-user": { "command": "coyote-mcp-server", "args": [] } } }

Development

Building

npm run build

Testing

npm start # Start the server manually # Then test from Claude Desktop or MCP Inspector

Configuration Details

Claude Desktop

  • Config path: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Server name: coyote-user
  • Transport: stdio

VS Code

  • Config path: ~/Library/Application Support/Code/User/mcp.json
  • Server name: coyote-user
  • Transport: stdio

Windsurf

  • Config path: ~/.codeium/windsurf/mcp_config.json
  • Server name: coyote-user
  • Transport: stdio
  • Plugin management: Available through Windsurf Cascade plugin store

References

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

An MCP server that provides easy setup and configuration for multiple AI development environments including Claude Desktop, VS Code, and Windsurf. Offers automated installation scripts and manual configuration options for seamless integration across different MCP-compatible clients.

  1. Quick Setup
    1. Manual Setup
      1. Development
        1. Building
        2. Testing
      2. Configuration Details
        1. Claude Desktop
        2. VS Code
        3. Windsurf
      3. References

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sai-Adarsh/coyote-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server