Install Packages
Server + client SDK
pnpm add @mcpeek/server-sdk @modelcontextprotocol/sdk
pnpm add @mcpeek/openai-client-sdkInstallation
Install MCPeek server/client SDKs and configure the shared AnalyticsConfig used by both integrations.
Install Packages
Server + client SDK
pnpm add @mcpeek/server-sdk @modelcontextprotocol/sdk
pnpm add @mcpeek/openai-client-sdkShared Config Type
Used by both SDKs
type AnalyticsConfig = {
endpoint: string;
apiKey: string;
organizationId: string;
environment?: "production" | "development";
};Peer dependency note
@mcpeek/server-sdk expects MCP server transport usage from @modelcontextprotocol/sdk.