Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/notion-mcp

package.json

34 lines · 756 B · JSON
{
	"name": "@kody/notion-mcp",
	"version": "1.0.0",
	"license": "MIT",
	"private": false,
	"description": "Search Notion through the official Notion MCP server.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./search": "./src/search.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.png"
	],
	"kody": {
		"id": "notion-mcp",
		"name": "Notion MCP",
		"description": "Search Notion through the official Notion MCP server.",
		"category": "integrations",
		"logo": "./community-icon.png",
		"tags": [
			"notion",
			"mcp",
			"pages",
			"databases",
			"workspace"
		],
		"searchText": "notion-mcp kody.mcp notion mcp.notion.com pages databases search official remote"
	}
}