esa-mcp-server

esa-mcp-server

0

ESA MCP Server allows access to the esa API, providing features to manage team information, articles, comments, and tags. It supports various operations such as retrieving, creating, and updating posts, comments, and more through a server defined in Cline settings.

ESA MCP Server

This MCP server accesses the esa API to provide features such as:

  • Retrieving team information
  • Listing and creating posts
  • Updating posts
  • Listing and creating comments
  • Obtaining team statistics
  • Listing members and tags
  • Retrieving category and authenticated user information

Setup

  1. Install dependencies.
  2. Obtain an esa access token.
  3. Configure the MCP server with environment variables and Cline files.

Usage

Tools available include:

  • get_team for team info
  • list_posts for posts
  • get_post for post details
  • create_post/update_post for post management
  • list_comments/create_comment for comments
  • get_stats for stats
  • list_members for members
  • list_tags for tags and get_user for user info

Resources include:

  • categories://{category_name} to get category info