Wafeq for Cursor
io.github.ohneben/wafeq-mcp
Wafeq accounting API: all 251 endpoints as safety-categorized MCP tools, over stdio or HTTP.
client:Cursor
transport:stdio
runtime:oci
Install Wafeq in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wafeq-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ohneben/wafeq-mcp:2.1.0"
],
"env": {
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"WAFEQ_API_KEY": "<WAFEQ_API_KEY>",
"WAFEQ_ACCESS_TOKEN": "<WAFEQ_ACCESS_TOKEN>",
"WAFEQ_TOOL_GROUPS": "<WAFEQ_TOOL_GROUPS>",
"WAFEQ_API_BASE_URL": "<WAFEQ_API_BASE_URL>",
"MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs