Peacock Mcp
@johnpapa
Peacock Mcp について
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"peacock-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@johnpapa/peacock-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Peacock Mcp?
Peacock Mcp is a Model Context Protocol server for the Peacock VS Code extension. It fetches documentation from the official Peacock repository and answers questions based on that documentation. It is designed to demonstrate how an MCP server can interact with APIs.
How to use Peacock Mcp?
Install via npx -y @johnpapa/peacock-mcp or Docker. Configure it in VS Code by adding a server entry in user settings JSON (mcp.servers.peacock-mcp) or in a .vscode/mcp.json file. After configuration, open GitHub Copilot in Agent mode, refresh tools, and use the fetch_peacock_docs tool by asking a question about Peacock.
Key features of Peacock Mcp
- Fetches Peacock VS Code extension documentation.
- Answers user questions based on that documentation.
- Integrates with GitHub Copilot Agent mode.
- Can be run locally with MCP Inspector for testing.
- Installable via npm, Docker, or Smithery.
Use cases of Peacock Mcp
- Ask "How do I set my VS Code accent colors?" and get an answer from Peacock docs.
- Inquire about any Peacock feature while coding without leaving the editor.
- Explore how MCP servers expose tool-based APIs for documentation retrieval.
- Test and debug MCP server interactions using MCP Inspector.
FAQ from Peacock Mcp
What tool does Peacock Mcp provide?
It provides a single tool called fetch_peacock_docs that takes a prompt (user question) and returns an answer based on Peacock documentation.
What runtime is required?
Node.js version 20 or higher is required.
Where does the data used by Peacock Mcp come from?
All data is fetched from the official Peacock documentation at https://peacockcode.dev.
How can I install Peacock Mcp in VS Code?
You can install it by adding a server entry in VS Code user settings JSON or in a .vscode/mcp.json file, using the command npx -y @johnpapa/peacock-mcp. Pre-built install buttons for VS Code Stable and Insiders are also available.
Can I test Peacock Mcp locally?
Yes. Clone the repository, run npm install && npm build, then start the MCP Inspector with npx @modelcontextprotocol/inspector node build/index.js.
「開発者ツール」の他のコンテンツ
Grafana MCP server
grafanaMCP server for Grafana
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
コメント