ESA MCP Server

by d-kimuson

Integrations

  • Provides tools for interacting with the esa.io platform, allowing search of articles, retrieval of single or multiple posts, and utilizing esa.io's advanced search query syntax to filter results by various criteria like title, content, tags, authors, and dates.

esa-mcp-服务器

esa-mcp-server 是一个通过模型上下文协议 (MCP)提供esa.io的 API 的服务器。

功能

  • get_search_query_document:提供在 esa.io 上搜索文章的文档
  • search_esa_posts:搜索 esa.io 文章
  • read_esa_post、read_esa_multiple_posts:获取帖子详情(单篇/多篇)
  • create_esa_post:创建文章
  • update_esa_post:更新文章
  • delete_esa_post:删除文章

用法

请根据您将要使用的工具准备如下配置文件。

{ "mcpServers": { "esa-mcp-server": { "command": "npx", "args": ["-y", "esa-mcp-server@latest"], "env": { "ESA_API_KEY": "your api key here", "DEFAULT_ESA_TEAM": "your default esa team" } } } }

示例提示

## Using esa tools esa の情報を検索するために esa 以下のツールを利用できます。 - 記事の検索には search_esa_posts ツールを利用します。複雑なクエリを利用する場合は get_search_query_document ツールで正確なクエリの記述方法を理解してから利用します。 - 記事本文を取得するには read_esa_post, read_esa_multiple_posts ツールを利用します。複数の記事を取得する必要がある場合は read_esa_multiple_posts でまとめて取得することを推奨します。 - 記事を作成/更新/削除するにはそれぞれ create_esa_post, update_esa_post, delete_esa_post ツールを利用します。

可用工具

查看src/server.ts

贡献

不客气。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过模型上下文协议实现与 esa.io 的 API 交互,支持使用兼容的 MCP 接口进行文章搜索和检索。

  1. 功能
    1. 用法
      1. 示例提示
        1. 可用工具
          1. 贡献

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An interface that enables Claude AI to interact with the esa API for searching, creating, and updating documents through the Model Context Protocol.
              Last updated a month ago
              10
              194
              3
              JavaScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Provides tools for accessing the Semantic Scholar API to search papers, retrieve paper and author details, and fetch citations and references through the Model Context Protocol.
              Last updated a month ago
              1
              Python
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              Connects agents to Elasticsearch data using the Model Context Protocol, allowing natural language interaction with Elasticsearch indices through MCP Clients like Claude Desktop and Cursor.
              Last updated 20 days ago
              11
              105
              7
              TypeScript
              MIT License
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              An MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.
              Last updated 25 days ago
              Python

            View all related MCP servers

            ID: undwqgwbtd