Extract structured data from MCP Servers & Tools emails — confirmations, invoices, notifications
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"e861e3f1-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/e861e3f1-mcp-servers-tools-email-pars"
]
}
}
}
Run in terminal:
claude mcp add e861e3f1-mcp-servers npx -y ncreighton/e861e3f1-mcp-servers-tools-email-pars
Add to .cursor/mcp.json:
{
"mcpServers": {
"e861e3f1-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/e861e3f1-mcp-servers-tools-email-pars"
]
}
}
}