cakewalk-mcp
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
GetMyUserInformation— Retrieve the profile and access details of the currently authenticated user.GetUserInformation— Look up a user's profile by user ID.GetUserByEmail— Look up a user's profile using their email address.ListAllUsers— List all users in the organization.ListUserAccessesByEmails— Check which apps specific users can access via email lookup.ListUsersByWorkAppIds— Identify all users with access to particular applications.ListManagedWorkApps— List all apps you manage or have owner responsibility for.SearchTemplatesOrWorkAppsByName— Find apps in the catalog using fuzzy name matching.GetWorkAppPermissionLevels— Retrieve permission tiers (Viewer, Editor, Admin) for an app.GetWorkAppCustomFields— Retrieve custom metadata field definitions attached to work apps.ListRecentRequests— List the most recent access requests across all apps.SearchOpenRequests— Find pending access requests awaiting approval.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.