mcp-server
@yiGmMk
mcp-server について
learn to make some mcp servers
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-yigmmk": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@yiGmMk/mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-server?
A Model Context Protocol (MCP) server that integrates jina.ai tools (search, web page reading) and serves as a learning project for writing MCP servers. It is designed for use with AI assistants like Claude.
How to use mcp-server?
Install Python 3.12+ and the uv package manager. Then configure the server in your MCP client (e.g., Claude Desktop) using the provided mcpServers JSON block, setting the command to uv with arguments pointing to your local main.py file and providing the required API keys (JINA_API_KEY, GOOGLE_AI_STUDIO_KEY). Automatic installation via Smithery is also available.
Key features of mcp-server
- Integrates jina.ai tools for search and web page reading.
- Requires Python 3.12 or newer and the uv package manager.
- Configurable via standard MCP JSON settings.
- Supports manual and Smithery-based automatic installation.
- Environment variables for API key management.
Use cases of mcp-server
- Enabling AI assistants to perform web searches and read web pages.
- Learning how to build and configure an MCP server.
- Extending AI tool capabilities with jina.ai services.
FAQ from mcp-server
What are the dependencies or runtime requirements?
Python 3.12 or newer and the uv package manager are required. For installation instructions, refer to the official uv documentation.
Which API keys are needed and where can I get them?
You need JINA_API_KEY (obtain from https://jina.ai/reader) and GOOGLE_AI_STUDIO_KEY (obtain from https://aistudio.google.com/apikey).
How can I install mcp-server?
You can install it automatically via Smithery using npx -y @smithery/cli install @yiGmMk/mcp-server --client claude, or manually by adding a JSON configuration block to your MCP client (e.g., Claude Desktop) with the appropriate command and env values.
Does mcp-server support Docker?
The README notes that a Docker image build succeeded, but the MCP service exits immediately when run inside a container, so Docker usage is currently not functional.
What tools does mcp-server provide?
It provides tools from jina.ai, such as web search and web page reading. The exact tool names are not listed in the README.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント