import { Client } from "@notionhq/client";
import dotenv from "dotenv";
dotenv.config();
if (!process.env.NOTION_API_KEY) {
throw new Error("NOTION_API_KEY is required");
}
export const notionClient = new Client({
auth: process.env.NOTION_API_KEY,
});
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/gabornyergesX/mcp-notion-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server