mcp-library-server

liviiacst/mcp-library-server
★ 0 stars Python AI/LLM Updated 11d ago
My Model Context Protocol server built with Python.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-library-server": {
      "command": "uvx",
      "args": [
        "mcp-library-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-library-server

README Excerpt

Meu servidor utilizando o **Model Context Protocol (MCP)**. Este projeto faz parte da minha jornada de aprendizado sobre MCP e IA Generativa. - Aprender o protocolo MCP - Implementar Tools e Resources - Entender a arquitetura Cliente × Servidor - Integrar com Claude Desktop - Publicar um projeto profissional no GitHub