Skip to main content
Glama

Medium MCP Server

by jsukup
package.json759 B
{ "name": "medium-mcp-server", "version": "1.0.0", "description": "Model Context Protocol Server for Medium API Integration", "main": "dist/index.js", "scripts": { "start": "node dist/index.js", "dev": "ts-node-dev src/index.ts", "build": "tsc", "test": "jest" }, "keywords": [ "medium", "api", "mcp", "model-context-protocol", "content-publishing" ], "author": "Dishant Kumar", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.2", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.8.10", "ts-node-dev": "^2.0.0", "typescript": "^5.2.2", "jest": "^29.7.0", "@types/jest": "^29.5.6" } }

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/jsukup/medium-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server