Unofficial MCP server for Board (the-board.jp) - cloud-based invoicing and project management SaaS
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"the-board-mcp-server": {
"command": "npx",
"args": [
"-y",
"breakedge/the-board-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add the-board-mcp-server npx -y breakedge/the-board-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"the-board-mcp-server": {
"command": "npx",
"args": [
"-y",
"breakedge/the-board-mcp-server"
]
}
}
}