Connect to Pylee

To access all of Pylee, you just need to setup Pylee once. This is the one and only local MCP server you will need. After that hundreds of servers created by Anthropic and the community can be added to your Pylee MCP registry and will be available in all your applications and agents.

One-time setup: You only need to configure Pylee once. After setup, all MCP servers from Anthropic and the community will be available across all your applications.

Apps

Desktop applications and code editors that support MCP

Claude Desktop application

Configuration File Location:

~/Library/Application Support/Claude/claude_desktop_config.json

Configuration Content:

{
  "mcpServers": {
    "pylee": {
      "command": "npx",
      "args": ["-y", "@pyleeai/pylee@latest"]
    }
  }
}

Agents

Coming Soon: AI agents and autonomous systems that can use MCP tools

APIs

Coming Soon: API services and web applications that integrate with MCP

CLIs

Command-line tools and terminal applications

Install the Pylee CLI

curl -L pyleeai.com/install.sh | sudo sh

Using the Pylee CLI

Once installed, you can use the Pylee CLI using the pylee command.

Verify Installation

Check that Pylee is properly installed and view the version

pylee --version

Next Steps

After installation, explore the available commands to get started with Pylee.

See the Pylee CLI Reference for more information.

Updating the Pylee CLI

To update Pylee to the latest version, simply run the installation command again. The installer will replace your existing installation with the latest version.

Update Command

Run the same installation command you used initially

curl -L pyleeai.com/install.sh | sudo sh

Next Steps

After connecting Pylee to your applications:

  1. Browse the registries - Explore available MCP servers and registries in Pylee
  2. Activate another registry - Switch to another registry
  3. Read the documentation - Learn more about Pylee

Need Help?

Connect to Pylee

To access all of Pylee, you just need to setup Pylee once. This is the one and only local MCP server you will need. After that hundreds of servers created by Anthropic and the community can be added to your Pylee MCP registry and will be available in all your applications and agents.

One-time setup: You only need to configure Pylee once. After setup, all MCP servers from Anthropic and the community will be available across all your applications.

Apps

Desktop applications and code editors that support MCP

Claude Desktop application

Configuration File Location:

~/Library/Application Support/Claude/claude_desktop_config.json

Configuration Content:

{
  "mcpServers": {
    "pylee": {
      "command": "npx",
      "args": ["-y", "@pyleeai/pylee@latest"]
    }
  }
}

Agents

Coming Soon: AI agents and autonomous systems that can use MCP tools

APIs

Coming Soon: API services and web applications that integrate with MCP

CLIs

Command-line tools and terminal applications

Install the Pylee CLI

curl -L pyleeai.com/install.sh | sudo sh

Using the Pylee CLI

Once installed, you can use the Pylee CLI using the pylee command.

Verify Installation

Check that Pylee is properly installed and view the version

pylee --version

Next Steps

After installation, explore the available commands to get started with Pylee.

See the Pylee CLI Reference for more information.

Updating the Pylee CLI

To update Pylee to the latest version, simply run the installation command again. The installer will replace your existing installation with the latest version.

Update Command

Run the same installation command you used initially

curl -L pyleeai.com/install.sh | sudo sh

Next Steps

After connecting Pylee to your applications:

  1. Browse the registries - Explore available MCP servers and registries in Pylee
  2. Activate another registry - Switch to another registry
  3. Read the documentation - Learn more about Pylee

Need Help?