Skip to main content
Glama

Jina AI MCP Server

A remote MCP (Model Context Protocol) server deployed on Cloudflare Workers that wraps Jina AI's APIs as MCP tools.

Tools

Tool

Jina API

Description

read_url

Reader API (r.jina.ai)

Fetch any URL and return content as markdown/text/html

search_web

Search API (s.jina.ai)

Web search returning titles, URLs, and snippets

embed_text

Embeddings API (api.jina.ai/v1/embeddings)

Generate vector embeddings for text

rerank

Reranker API (api.jina.ai/v1/rerank)

Rerank documents by relevance to a query

classify

Classifier API (api.jina.ai/v1/classify)

Zero-shot text classification

Related MCP server: Jina AI Remote MCP Server

Setup

1. Install dependencies

npm install

2. Set your Jina API key as a Worker secret

npx wrangler secret put JINA_API_KEY

Paste your Jina API key when prompted. It will be stored encrypted and injected as env.JINA_API_KEY at runtime.

3. Deploy

npm run deploy

Your MCP server will be live at:

https://jina-mcp-server.<your-subdomain>.workers.dev/mcp

4. Connect from an MCP client

Add the server URL to any MCP-compatible client (Claude Desktop, Cursor, Windsurf, AI Playground, MCP Inspector, etc.):

{
  "mcpServers": {
    "jina": {
      "url": "https://jina-mcp-server.<your-subdomain>.workers.dev/mcp"
    }
  }
}

Local development

echo 'JINA_API_KEY=your_key_here' > .dev.vars
npm run dev

The server will be available at http://localhost:8787/mcp.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaodeng12345678/jina-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server