Notion MCP Server
@nuhgnoej
About Notion MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Notion MCP Server?
This repository contains a small server and Expo frontend. The frontend uses a configurable API base URL so that requests can be directed to different backends.
How to use Notion MCP Server?
Configure the API base URL by setting the EXPO_PUBLIC_API_BASE_URL environment variable. If the variable is not set, the frontend falls back to http://localhost:3001. For development, create a .env file and set the value. For production, set the environment variable when building or deploying the Expo app.
Key features of Notion MCP Server
- Small server and Expo frontend.
- Configurable API base URL via environment variable.
- Supports development and production deployment modes.
Use cases of Notion MCP Server
—
FAQ from Notion MCP Server
How do I configure the API base URL?
Set the EXPO_PUBLIC_API_BASE_URL environment variable. The frontend reads it from process.env.EXPO_PUBLIC_API_BASE_URL.
What is the default API base URL?
If EXPO_PUBLIC_API_BASE_URL is not set, the default is http://localhost:3001.
How do I set the API URL in development vs. production?
In development, create a .env file and set EXPO_PUBLIC_API_BASE_URL=http://localhost:3001. In production, set the variable to your production API URL (e.g., https://api.example.com) when building or deploying the Expo app.
More Memory & Knowledge MCP servers
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Comments