mcp-server
@yiGmMk
About mcp-server
learn to make some mcp servers
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-yigmmk": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@yiGmMk/mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
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.
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
Comments