Are you the author? Sign in to claim
chuk-mcp-perplexity
The MCP Perplexity Server is a lightweight Python-based microservice designed to provide simple echo functionality. It receives messages and returns them back to the client, serving as a basic diagnostic and testing tool within the MCP framework.
Core dependencies:
Development dependencies:
pip install chuk-mcp-perplexity
git clone <repository-url>
cd chuk-mcp-perplexity
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
pip install . # Installs the package in editable mode
To set up for development:
pip install .[dev] # Installs package with development dependencies
chuk-mcp-perplexity
from chuk_mcp_perplexity.main import main
if __name__ == "__main__":
main()
NO_BOOTSTRAP: Set to disable component bootstrappingInput:
message: The string message to echo backExample:
echo("Hello, world!")
Returns:
pytest
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows