What is the com.iwebdevelopment/exact-online MCP server?
Exact AI Connect: hosted MCP server for Exact Online.
How to install com.iwebdevelopment/exact-online
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"exact-online": {
"url": "https://mcp-exactonline.iwebdevelopment.com"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"exact-online": {
"serverUrl": "https://mcp-exactonline.iwebdevelopment.com"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"exact-online": {
"type": "http",
"url": "https://mcp-exactonline.iwebdevelopment.com"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"exact-online": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-exactonline.iwebdevelopment.com"
]
}
}
}Claude Code
claude mcp add --transport http exact-online https://mcp-exactonline.iwebdevelopment.comRelated MCP servers
AFAS AI Connect: hosted MCP server for AFAS Profit.
Twinfield AI Connect: hosted MCP server for Twinfield.