Loading MCP server directory, please wait...
AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.
npx @getmcp/cli add io.github.Servosity/appdirect-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
APPDIRECT_CLIENT_IDSet the APPDIRECT_CLIENT_ID credential for the AppDirect MCP server.
APPDIRECT_CLIENT_SECRETSet the APPDIRECT_CLIENT_SECRET credential for the AppDirect MCP server.
APPDIRECT_OAUTH_SCOPEOptional. Overrides the OAuth2 scope sent to AppDirect (default: ROLE_PARTNER ROLE_PARTNER_READ).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/appdirect-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/appdirect-v0.1.3/appdirect-mcp.mcpb",
"env": {
"APPDIRECT_BASE_URL": "https://marketplace.appdirect.com/api",
"APPDIRECT_CLIENT_ID": "",
"APPDIRECT_CLIENT_SECRET": "",
"APPDIRECT_OAUTH_SCOPE": "",
"APPDIRECT_TOKEN_URL": "https://marketplace.appdirect.com/oauth2/token"
}
}
}
}