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
- Install dependencies.
- Obtain an esa access token.
- Configure the MCP server with environment variables and Cline files.
Usage
Tools available include:
get_team
for team infolist_posts
for postsget_post
for post detailscreate_post
/update_post
for post managementlist_comments
/create_comment
for commentsget_stats
for statslist_members
for memberslist_tags
for tags andget_user
for user info
Resources include:
categories://{category_name}
to get category info