An App Store for MCP Integrations - Config Injection and Desktop State Servers

Fazm Team··2 min read

An App Store for MCP Integrations

The Model Context Protocol is powerful but managing MCP server configurations is already painful. If you run six or more MCP servers, you are manually editing JSON config files, tracking versions, and debugging connection issues across all of them.

The Config Management Problem

Every MCP client has its own config format and location. Claude Desktop stores configs differently from Cursor, which stores them differently from custom clients. Adding a new MCP server means editing multiple config files, and a typo in any one of them breaks the connection silently.

Config injection - where a central tool manages and distributes server configurations to all your MCP clients - would eliminate most of this friction. Install once, configure once, and every client picks up the new server automatically.

The Missing Category - Desktop State Servers

Most MCP servers today connect to cloud APIs - GitHub, Slack, databases. But some of the most useful MCP servers are local ones that expose desktop state. An MCP server that reads the accessibility tree gives your AI agent real-time awareness of what is on screen, which windows are open, and what the user is looking at.

This category barely exists in current MCP directories. Cloud API wrappers are easy to build and share. Desktop state servers are harder because they depend on OS-specific APIs and local permissions. But they are the ones that unlock truly useful desktop automation.

What an MCP App Store Needs

Discovery is the first problem. You need to search by capability, not just by name. "I need an MCP server that can read my calendar" should surface all calendar-capable servers, whether they use Google Calendar, Apple Calendar, or Outlook.

The second problem is trust. MCP servers run locally with significant access. An app store model needs security reviews, permission manifests, and reputation signals so users know which servers are safe to install.

Fazm is an open source macOS AI agent. Open source on GitHub.

More on This Topic

Related Posts