Emilia Protocol
Rank #240io.github.emiliaprotocol/mcp-server
Exact-action approval for consequential agent actions: request, track, and verify signed receipts.
Emilia Protocol is a Model Context Protocol (MCP) server published by emiliaprotocol. It ranks #240 of 115,460 servers tracked on MCP Toplist, and its repository has 678 GitHub stars. Emilia Protocol is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Mar 27, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 115,220 of 115,460 servers on MCP Toplist.
Use Emilia Protocol
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add emiliaprotocol -e "EP_API_KEY=<your EP_API_KEY>" -e "EP_INCLUDE_PROTOCOL_TOOLS=<your EP_INCLUDE_PROTOCOL_TOOLS>" -e "EP_INCLUDE_REGISTRY_TOOLS=<your EP_INCLUDE_REGISTRY_TOOLS>" -- npx -y @emilia-protocol/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.emiliaprotocol]
command = "npx"
args = ["-y", "@emilia-protocol/mcp-server"]
[mcp_servers.emiliaprotocol.env]
EP_API_KEY = "<your EP_API_KEY>"
EP_INCLUDE_PROTOCOL_TOOLS = "<your EP_INCLUDE_PROTOCOL_TOOLS>"
EP_INCLUDE_REGISTRY_TOOLS = "<your EP_INCLUDE_REGISTRY_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emiliaprotocol": {
"command": "npx",
"args": [
"-y",
"@emilia-protocol/mcp-server"
],
"env": {
"EP_API_KEY": "<your EP_API_KEY>",
"EP_INCLUDE_PROTOCOL_TOOLS": "<your EP_INCLUDE_PROTOCOL_TOOLS>",
"EP_INCLUDE_REGISTRY_TOOLS": "<your EP_INCLUDE_REGISTRY_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emiliaprotocol": {
"command": "npx",
"args": [
"-y",
"@emilia-protocol/mcp-server"
],
"env": {
"EP_API_KEY": "<your EP_API_KEY>",
"EP_INCLUDE_PROTOCOL_TOOLS": "<your EP_INCLUDE_PROTOCOL_TOOLS>",
"EP_INCLUDE_REGISTRY_TOOLS": "<your EP_INCLUDE_REGISTRY_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"emiliaprotocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emilia-protocol/mcp-server"
],
"env": {
"EP_API_KEY": "<your EP_API_KEY>",
"EP_INCLUDE_PROTOCOL_TOOLS": "<your EP_INCLUDE_PROTOCOL_TOOLS>",
"EP_INCLUDE_REGISTRY_TOOLS": "<your EP_INCLUDE_REGISTRY_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emiliaprotocol": {
"command": "npx",
"args": [
"-y",
"@emilia-protocol/mcp-server"
],
"env": {
"EP_API_KEY": "<your EP_API_KEY>",
"EP_INCLUDE_PROTOCOL_TOOLS": "<your EP_INCLUDE_PROTOCOL_TOOLS>",
"EP_INCLUDE_REGISTRY_TOOLS": "<your EP_INCLUDE_REGISTRY_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emiliaprotocol": {
"command": "npx",
"args": [
"-y",
"@emilia-protocol/mcp-server"
],
"env": {
"EP_API_KEY": "<your EP_API_KEY>",
"EP_INCLUDE_PROTOCOL_TOOLS": "<your EP_INCLUDE_PROTOCOL_TOOLS>",
"EP_INCLUDE_REGISTRY_TOOLS": "<your EP_INCLUDE_REGISTRY_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.emiliaprotocol%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.emiliaprotocol%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.emiliaprotocol%2Fmcp-server.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
emiliaprotocol
Available versions (2)
| Version | Published |
|---|---|
| 2.1.1 | Aug 22, 2026 |
| 1.0.4 | Jun 16, 2026 |
Frequently asked questions
- Who maintains Emilia Protocol?
- Emilia Protocol is maintained by emiliaprotocol, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Emilia Protocol listed on the Official MCP Registry?
- Yes — Emilia Protocol is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Emilia Protocol have?
- MCP Toplist tracks 2 versions of Emilia Protocol, most recently published on Aug 22, 2026.
- Where can I find the source code for Emilia Protocol?
- The source code for Emilia Protocol is hosted at github.com/emiliaprotocol/emilia-protocol.