Description
Process many kinds of content by an author into an MCP server for personalized AI responses.
Installation
npx -y megpt-mcp npm install megpt-mcp git clone https://github.com/adrianco/meGPT Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"megpt": {
"command": "npx",
"args": [
"-y",
"megpt-mcp"
]
}
}
} Stay Updated on MCP
Get weekly updates on new MCP servers, integration guides, and AI development tips.
We respect your privacy. Unsubscribe anytime.