Query Mcp Server

by UteLar

111 downloads
Not rated
GitHub

About

Query Mcp Server.

Details

Author
UteLar
Downloads
111
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Query Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "notionApi": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "ntn_**"
      }
    }
  }
}

API-get-user

Notion | Retrieve a user Error Responses: 400: 400

API-get-users

Notion | List all users Error Responses: 400: 400

API-get-self

Notion | Retrieve your token's bot user Error Responses: 400: Bad request

API-post-search

Notion | Search by title Error Responses: 400: Bad request

API-get-block-children

Notion | Retrieve block children Error Responses: 400: Bad request

API-patch-block-children

Notion | Append block children Error Responses: 400: Bad request

API-retrieve-a-block

Notion | Retrieve a block Error Responses: 400: Bad request

API-update-a-block

Notion | Update a block Error Responses: 400: Bad request

API-delete-a-block

Notion | Delete a block Error Responses: 400: Bad request

API-retrieve-a-page

Notion | Retrieve a page Error Responses: 400: Bad request

API-patch-page

Notion | Update page properties Error Responses: 400: Bad request

API-post-page

Notion | Create a page Error Responses: 400: Bad request

API-retrieve-a-page-property

Notion | Retrieve a page property item Error Responses: 400: Bad request

API-retrieve-a-comment

Notion | Retrieve comments Error Responses: 400: Bad request

API-create-a-comment

Notion | Create comment Error Responses: 400: Bad request

API-query-data-source

Notion | Query a data source Error Responses: 400: Bad request

API-retrieve-a-data-source

Notion | Retrieve a data source Error Responses: 400: Bad request

API-update-a-data-source

Notion | Update a data source Error Responses: 400: Bad request

API-create-a-data-source

Notion | Create a data source Error Responses: 400: Bad request

API-list-data-source-templates

Notion | List templates in a data source Error Responses: 400: Bad request

API-retrieve-a-database

Notion | Retrieve a database Error Responses: 400: Bad request

API-move-page

Notion | Move a page Error Responses: 400: Bad request

API-retrieve-page-markdown

Notion | Retrieve a page as Markdown Error Responses: 400: Bad request 403: The integration lacks the read/update content capability required for this page. 404: Page not found or not shared with the integration. 429: Rate limited.

API-update-page-markdown

Notion | Update a page's content as Markdown Error Responses: 400: Bad request 403: The integration lacks the read/update content capability required for this page. 404: Page not found or not shared with the integration. 409: Conflict (e.g. row limit exceeded). 429: Rate limited.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "query mcp server": {
            "notionApi": {
                "command": "npx",
                "args": [
                    "-y",
                    "@notionhq/notion-mcp-server"
                ],
                "env": {
                    "NOTION_TOKEN": "ntn_****"
                }
            }
        }
    }
}

McpServers

{
    "notionApi": {
        "command": "npx",
        "args": [
            "-y",
            "@notionhq/notion-mcp-server"
        ],
        "env": {
            "NOTION_TOKEN": "ntn_****"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.