tilnote-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TILNOTE_API_KEY | Yes | Your Tilnote API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_noteB | Create a markdown note on Tilnote. The note is saved as a draft. |
| get_noteB | Get the full content of a specific Tilnote note by its page ID. |
| list_notesA | List your Tilnote notes. Returns recent notes with title, excerpt, and URL. |
| search_notesA | Search your Tilnote notes by keyword (searches title and content). |
| update_noteB | Update the title or content of an existing Tilnote note. |
| create_bookB | Create a new book on Tilnote. Returns the book ID and URL. |
| list_booksB | List your Tilnote books. Returns title, page count, and URL for each book. |
| get_bookA | Get details of a specific Tilnote book including its list of pages. |
| add_page_to_bookB | Add an existing note (page) to a Tilnote book. |
| remove_page_from_bookB | Remove a note (page) from a Tilnote book. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/wisdomcrane/tilnote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server