MCP.so
Sign In

mcp-server

@yiGmMk

About mcp-server

learn to make some mcp servers

Basic information

Category

Other

License

Apache-2.0

Runtime

python

Transports

stdio

Publisher

yiGmMk

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.

Comments

More Other MCP servers