Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions crates/mcpmux-core/src/registry/default-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,38 @@
"auth_type": "api_key"
},

"io.github.proompteng/bilig-workpaper": {
"id": "io.github.proompteng/bilig-workpaper",
"name": "Bilig WorkPaper",
"description": "Formula-backed WorkPaper MCP server for agents and backend services. Edit spreadsheet-style cells through an API, recalculate formulas, verify exact readback, and persist WorkPaper JSON without UI automation.",
"icon": "📊",
"category": "developer-tools",
"tags": ["workpaper", "spreadsheet", "formulas", "mcp", "typescript", "agents"],
"publisher": {
"name": "proompteng",
"url": "https://github.com/proompteng",
"verified": false
},
"quality": {
"official": false,
"verified": false,
"github_stars": 24
},
"links": {
"homepage": "https://proompteng.github.io/bilig/",
"documentation": "https://proompteng.github.io/bilig/mcp-client-setup.html",
"repository": "https://github.com/proompteng/bilig",
"issues": "https://github.com/proompteng/bilig/issues"
},
"inputs": [],
"connection": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@bilig/workpaper", "bilig-workpaper-mcp"]
},
"auth_type": "none"
},

"io.modelcontextprotocol/server-slack": {
"id": "io.modelcontextprotocol/server-slack",
"name": "Slack",
Expand Down