Skip to main content
Glama

Plausible MCP Server

by AVIMBU
smithery.yaml564 B
startCommand: type: stdio configSchema: type: object required: - plausibleAPIKey - plausibleAPIURL properties: plausibleAPIKey: type: string description: The API Key of your Plausible account. plausibleAPIURL: type: string description: The URL of your Plausible server, default to https://plausible.io/api/v2 commandFunction: |- (config) => ({ command: 'node', args: ['dist/index.js'], env: { PLAUSIBLE_API_URL: config.plausibleAPIURL, PLAUSIBLE_API_KEY: config.plausibleAPIKey } })

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AVIMBU/plausible-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server