Skip to main content
Glama

Notion MCP Server

by ccabanillas
pyproject.toml560 B
[project] name = "notion-mcp" version = "0.2.0" description = "MCP server for Notion integration" authors = [ {name = "Chase Cabanillas", email = "chase.cabanillas@gmail.com"} ] dependencies = [ "mcp>=0.2.0", "httpx>=0.27.0", "pydantic>=2.5.0", "python-dotenv>=1.0.0", "rich>=13.7.0" ] requires-python = ">=3.10" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [ "pytest>=7.3.1", "pytest-asyncio>=0.21.0" ] [tool.pytest.ini_options] asyncio_mode = "auto"

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/ccabanillas/notion-mcp'

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