steps.txt•862 B
install UV -> https://docs.astral.sh/uv/getting-started/installation/
install claude desktop -> https://claude.ai/download
siguir los pasos del repositorio -> https://github.com/modelcontextprotocol/python-sdk?tab=readme-ov-file
resumen del repo:
If you haven't created an uv-managed project yet, create one -> uv init .
Then add MCP to your project dependencies ->uv add "mcp[cli]"
To run the mcp command with uv -> uv run mcp install server.py
depues de esto abrir claude desktop, en la configuracion ir a opciones de desarrollar, editar configuracion
abrir claude_desktop_config.json y aqui realizar la configuracion
configuracion:
{
"mcp": {
"Demo":{
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"direccion de la carpeta server.py"]
}
}
}
que tools tienes??
(Insert)