Sponsored by Deepsite.site

mcp-server-jina MCP 服务器

Created By
BaoxingZhang9 months ago
Content

mcp-server-jina MCP 服务器

一个模型上下文协议服务器

这是一个基于TypeScript的MCP服务器,实现了一个简单的笔记系统。它通过提供以下功能演示了MCP核心概念:

  • 表示带有URI和元数据的文本笔记的资源
  • 创建新笔记的工具
  • 生成笔记摘要的提示

功能

资源

  • 通过note://URI列出和访问笔记
  • 每个笔记都有标题、内容和元数据
  • 纯文本MIME类型用于简单内容访问

工具

  • create_note - 创建新的文本笔记
    • 将标题和内容作为必需参数
    • 在服务器状态中存储笔记

提示

  • summarize_notes - 生成所有存储笔记的摘要
    • 包含所有笔记内容作为嵌入资源
    • 返回用于LLM摘要的结构化提示

开发

安装依赖:

npm install

构建服务器:

npm run build

用于自动重建的开发模式:

npm run watch

安装

要与Claude桌面版一起使用,添加服务器配置:

在MacOS上:~/Library/Application Support/Claude/claude_desktop_config.json 在Windows上:%APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-jina": {
      "command": "/path/to/mcp-server-jina/build/index.js"
    }
  }
}

调试

由于MCP服务器通过stdio通信,调试可能具有挑战性。我们推荐使用MCP检查器,它可作为包脚本使用:

npm run inspector

检查器将提供一个URL以在浏览器中访问调试工具。

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Tavily Mcp
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Amap Maps高德地图官方 MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Serper MCP ServerA Serper MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
DeepChatYour AI Partner on Desktop
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.