Workiq Meserver
Rank #10,352com.microsoft/workiq-meserver
MCP server providing workiq-meserver capabilities
Workiq Meserver is a Model Context Protocol (MCP) server published by bap-microsoft. It ranks #10,352 of 115,460 servers tracked on MCP Toplist, and its repository has 385 GitHub stars. Workiq Meserver is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 105,108 of 115,460 servers on MCP Toplist.
Use Workiq Meserver
claude mcp add --transport http workiq-meserver https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_MeServer[mcp_servers.workiq-meserver]
url = "https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_MeServer"Add to ~/.codex/config.toml.
https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_MeServerSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"workiq-meserver": {
"url": "https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_MeServer"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"workiq-meserver": {
"type": "http",
"url": "https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_MeServer"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"workiq-meserver": {
"serverUrl": "https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_MeServer"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"workiq-meserver": {
"url": "https://agent365.svc.cloud.microsoft/agents/tenants/%7Btenant_id%7D/servers/mcp_MeServer"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.microsoft%2Fworkiq-meserver)<a href="https://mcptoplist.com/server/com.microsoft%2Fworkiq-meserver"><img src="https://mcptoplist.com/badge/com.microsoft%2Fworkiq-meserver.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
bap-microsoft
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Workiq Meserver?
- Workiq Meserver is maintained by bap-microsoft, which publishes 18 MCP servers (27 total versions) tracked on MCP Toplist.
- Is Workiq Meserver listed on the Official MCP Registry?
- Yes — Workiq Meserver is listed on the Official MCP Registry.
- How many versions does Workiq Meserver have?
- MCP Toplist tracks 2 versions of Workiq Meserver, most recently published on Mar 25, 2026.
- Where can I find the source code for Workiq Meserver?
- The source code for Workiq Meserver is hosted at github.com/bap-microsoft/MCP-Platform.