Servers
Peacock Mcp
@johnpapa
MCP Server for the Peacock extension for VS Code, coloring your world, one Code editor at a time. The main goal of the project is to show how an MCP server can be used to interact with APIs.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"peacock-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@johnpapa/peacock-mcp",
"--client",
"claude"
]
}
}
}