Content
## Overview
The esp-mcp-server is a lightweight, embeddable HTTP server that implements the Model Context Protocol (MCP) for Espressif’s AI-assisted development tool
## How to Use
Step #1: You can start the server using Docker:
```
docker run -p 8080:8080 kolipakakondal/esp-mcp-server:latest
```
This will launch the server and expose it on http://127.0.0.1:8080.
Step #2: Integration in IDE's (VSCode/Cursor)
Configure your tools to use the MCP server with the following structure:
Cursor IDE
```
"esp-mcp-server": {
"url": " http://127.0.0.1:8080/mcp",
"env": {
"API_KEY": "<API_KEY_HERE>"
}
```
VSCode
```
"esp-mcp-server": {
"type": "sse",
"url": "http://127.0.0.1:8080/mcp",
"env": {
"API_KEY": "<API_KEY_HERE>"
}
}
```
## Supported Tools
- esp_docs_ai: Ask technical questions about espressif chips, esp-idf and related documents.
Parameters: query
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.