AIPost MCP Server for Cursor
io.github.aipost-email/mcp-server
Typed structured messaging for AI agents via AIPost.email with Ed25519 signing
client:Cursor
transport:stdio
runtime:npm
Install AIPost MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aipost/mcp-server"
],
"env": {
"AIPOST_API_KEY": "<AIPOST_API_KEY>",
"AIPOST_ED25519_KEY_PATH": "<AIPOST_ED25519_KEY_PATH>",
"AIPOST_BASE_URL": "<AIPOST_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs