🤖 MCP Node Server
@guillermocorrea
🤖 MCP Node Server について
A Model Context Protocol server implementation with Node.js
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-node-server-guillermocorrea": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/inspector",
"npx",
"-y",
"tsx",
"main.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 🤖 MCP Node Server?
A Node.js implementation of the Model Context Protocol (MCP) that provides example tools. Designed for developers integrating AI assistants (e.g., VSCode Copilot) with tool servers.
How to use 🤖 MCP Node Server?
Clone the repository, run npm install, then update the absolute path to main.ts in .vscode/mcp.json. Test in VSCode Copilot agent mode or via the MCP Inspector (npx -y @modelcontextprotocol/inspector npx -y tsx main.ts).
Key features of 🤖 MCP Node Server
- Node.js server implementing Model Context Protocol
- Includes example tools ready for testing
- Easy integration with VSCode Copilot agent mode
- Supports validation using MCP Inspector
Use cases of 🤖 MCP Node Server
- Enable AI assistants to discover and run custom tools
- Develop and test MCP‑compliant tool servers
- Prototype tool interactions with VSCode Copilot
FAQ from 🤖 MCP Node Server
How do I install 🤖 MCP Node Server?
Clone the repository, navigate to the directory, and run npm install to install dependencies.
How do I configure the server?
Update the absolute path to the main.ts file in .vscode/mcp.json.
How can I test the server?
Open VSCode Copilot chat in agent mode and ask a question like “What is the weather in Bogota?”; alternatively, use npx -y @modelcontextprotocol/inspector npx -y tsx main.ts.
What are the runtime requirements?
Node.js and npm are required to install and run the server.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ICSS
chokcoco不止于 CSS
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント