My MCP Server
@MCP-Mirror
My MCP Server について
Mirror of
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is My MCP Server?
My MCP Server is a sample server that implements the Model Context Protocol (MCP), an open standard for connecting AI models like Claude to local data sources and tools. It demonstrates how to build and configure a custom MCP server for use with Claude Desktop.
How to use My MCP Server?
Download Claude Desktop, build the server with npm install and npm run build, then register it in the Claude Desktop configuration file (claude_desktop_config.json) by specifying the path to build/main.js. After restarting Claude Desktop, the server appears as a connected MCP tool.
Key features of My MCP Server
- Implements the Model Context Protocol (MCP) standard.
- Connects Claude Desktop to local data or web APIs.
- Bundled as a Node.js script built from source.
- Works out of the box with the official Claude Desktop client.
- Designed as a reference implementation for developers.
Use cases of My MCP Server
- Querying real‑time weather forecasts from a web API through Claude.
- Learning how to build and deploy a custom MCP server for personal AI tools.
- Prototyping integrations between LLMs and local file systems or databases.
- Demonstrating the MCP connection flow for developer workshops or documentation.
FAQ from My MCP Server
What is the purpose of My MCP Server?
It serves as a minimal example of an MCP server, showing how to let Claude Desktop access external data (e.g., a weather API) via the Model Context Protocol.
How do I install My MCP Server?
Clone the repository, run npm install and npm run build, then add its path to the claude_desktop_config.json file under the mcpServers key.
Which runtime or dependencies are required?
Node.js is needed to run the server. The exact version is not specified, but the build script assumes a standard Node environment.
Where does My MCP Server store or access data?
The server itself does not store data. In the example, it fetches weather data from a web API; data sources are determined by the server’s code.
Does My MCP Server support authentication or multiple transports?
The README only covers a local stdio transport for Claude Desktop. No authentication mechanisms or alternate transports (e.g., HTTP) are described.
よくある質問
What is the purpose of My MCP Server?
It serves as a minimal example of an MCP server, showing how to let Claude Desktop access external data (e.g., a weather API) via the Model Context Protocol.
How do I install My MCP Server?
Clone the repository, run `npm install` and `npm run build`, then add its path to the `claude_desktop_config.json` file under the `mcpServers` key.
Which runtime or dependencies are required?
Node.js is needed to run the server. The exact version is not specified, but the build script assumes a standard Node environment.
Where does My MCP Server store or access data?
The server itself does not store data. In the example, it fetches weather data from a web API; data sources are determined by the server’s code.
Does My MCP Server support authentication or multiple transports?
The README only covers a local stdio transport for Claude Desktop. No authentication mechanisms or alternate transports (e.g., HTTP) are described.
基本情報
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
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.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント