package.json•1.93 kB
{
"name": "@anyproto/anytype-mcp",
"mcpName": "io.github.anyproto/anytype-mcp",
"keywords": [
"anytype",
"api",
"mcp",
"server"
],
"version": "1.0.7",
"license": "MIT",
"type": "module",
"scripts": {
"test": "vitest run",
"test:dev": "vitest watch",
"build": "tsc -build && node scripts/build-cli.js",
"dev": "tsx watch scripts/start-server.ts",
"parse-openapi": "tsx scripts/parse-openapi.ts",
"lint": "eslint \"src/**/*.ts\" \"scripts/**/*.ts\"",
"lint:fix": "eslint --fix \"src/**/*.ts\" \"scripts/**/*.ts\"",
"format": "prettier --write \"src/**/*.ts\" \"scripts/**/*.ts\"",
"typecheck": "tsc --noEmit"
},
"bin": {
"anytype-mcp": "bin/cli.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.18.0",
"axios": "^1.12.2",
"form-data": "^4.0.4",
"mustache": "^4.2.0",
"node-fetch": "^3.3.2",
"openapi-client-axios": "^7.7.0",
"openapi-schema-validator": "^12.1.3",
"openapi-types": "^12.1.3",
"zod": "3.24.2"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.62.0",
"@eslint/js": "^9.35.0",
"@types/json-schema": "^7.0.15",
"@types/mustache": "^4.2.6",
"@types/node": "^24.5.0",
"@types/which": "^3.0.4",
"@vitest/coverage-v8": "3.2.4",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.35.0",
"esbuild": "^0.25.9",
"openai": "^5.20.3",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"description": "Official MCP server for Anytype API",
"repository": {
"type": "git",
"url": "git@github.com:anyproto/anytype-mcp.git"
},
"author": "@anyproto",
"bugs": {
"url": "https://github.com/anyproto/anytype-mcp/issues"
},
"homepage": "https://github.com/anyproto/anytype-mcp#readme"
}