Connect your Exact Online administration to Claude, ChatGPT and other AI assistants. A hosted MCP server by iWebDevelopment.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"exact-online-ai-conn": {
"command": "npx",
"args": [
"-y",
"iwebdevnl/exact-online-ai-connect"
]
}
}
}
Run in terminal:
claude mcp add exact-online-ai-conn npx -y iwebdevnl/exact-online-ai-connect
Add to .cursor/mcp.json:
{
"mcpServers": {
"exact-online-ai-conn": {
"command": "npx",
"args": [
"-y",
"iwebdevnl/exact-online-ai-connect"
]
}
}
}