esa MCP ServerServer

kajirita2002
GitHub
Content ManagementAPI IntegrationDocument Management

Loading subscription status...

💡 Description

This server is an interface using the Model Context Protocol (MCP) to enable Claude AI to interact with the esa API for operations such as searching, creating, and updating documents.

📝 JSON Entries

{
  "mcpServers": [
    {
      "esa": {
        "env": {
          "ESA_TEAM": "your_team_name",
          "ESA_ACCESS_TOKEN": "your_esa_access_token"
        },
        "args": [
          "-y",
          "@kajirita2002/esa-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

esa_delete_postesa_get_memberesa_list_postsesa_update_postesa_get_postesa_create_postesa_list_commentsesa_get_comment

Features

  • Document Search
  • Document Creation
  • Document Update

💬 Example Queries

  • Please create a new post in esa. The title should be 'Project X Progress Report' and the body should include '# This Week's Progress - Implementation of Feature A completed - Testing of Feature B started ## Next Week's Plan - Start implementation of Feature C.'