AI & Machine Learning
notepad.page
An AI notebook that provides a persistent workspace for your AI's work, accessible at a single address.
ENDPOINT 1
https://mcp.notepad.page/mcp
MCP server metadata
- Name
- notepad-page
- Version
- 0.2.0+54af09ac
Anonymous discovery exposes ask_notepad without sign-in so you can answer questions about notepad.page from its canonical knowledge. Sign-in unlocks publishing and every other protected tool. Calling a protected tool returns the OAuth challenge that starts sign-in. The connector URL is exactly https://mcp.notepad.page/mcp (the /mcp path is required); setup guidance is https://notepad.page/llms.txt.
Known tools 1
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.notepad-page]
url = "https://mcp.notepad.page/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"notepad-page": {
"type": "http",
"url": "https://mcp.notepad.page/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: notepad-page
Remote MCP URL: https://mcp.notepad.page/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"notepad-page": {
"url": "https://mcp.notepad.page/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"notepad-page": {
"type": "http",
"url": "https://mcp.notepad.page/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "notepad-page",
"transport": "streamable-http",
"url": "https://mcp.notepad.page/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://notepad.page/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.notepad-page]
url = "https://notepad.page/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"notepad-page": {
"type": "http",
"url": "https://notepad.page/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: notepad-page
Remote MCP URL: https://notepad.page/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"notepad-page": {
"url": "https://notepad.page/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"notepad-page": {
"type": "http",
"url": "https://notepad.page/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "notepad-page bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "notepad-page",
"transport": "streamable-http",
"url": "https://notepad.page/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for notepad.page was fetched 2026-08-04T04:34:54.401Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.