Skip to content

Community

Welcome to the PHP MCP SDK community! Whether you're just getting started or you're a seasoned contributor, there are plenty of ways to get involved.

Get Help

GitHub Discussions

The primary place for questions, ideas, and community discussion.

  • Ask a question — Get help from the community and maintainers
  • Share what you've built — Show off your MCP server or integration
  • Feature requests — Propose new features and discuss use cases
  • General discussion — Talk about MCP, AI agents, and PHP

Open GitHub Discussions →

GitHub Issues

For bug reports and confirmed issues only (not questions — use Discussions for those).

Report a Bug →

FAQ

Answers to the most common questions about PHP MCP SDK.

Read the FAQ →


Contribute

PHP MCP SDK is open source and welcomes contributions of all kinds.

Ways to Contribute

TypeHow
Bug fixesOpen a PR fixing a confirmed issue
New featuresDiscuss in GitHub Issues first, then PR
DocumentationImprove guides, fix typos, add examples
ExamplesAdd new example MCP servers or use cases
TestingImprove test coverage, add edge case tests
TranslationsHelp translate docs (coming soon)

Getting Started with Contributing

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Install dependencies: composer install
  4. Run tests: composer test
  5. Make changes on a feature branch
  6. Submit a PR with a clear description

See the Contributing Guide for full details on coding standards, commit messages, and the review process.

First-Time Contributors

Look for issues labelled good first issue — these are well-scoped tasks suitable for first contributions.


Resources

Official MCP Resources

Compatible AI Clients

Use your PHP MCP SDK server with these MCP-compatible clients:

ClientPlatformHow to Configure
Claude DesktopmacOS, Windowsclaude_desktop_config.json
Claude CodeCLI.claude/mcp.json
CursormacOS, Windows, LinuxSettings → MCP
ContinueVS Code Extensionconfig.json
ZedmacOSSettings

PHP Ecosystem

Learning MCP

New to MCP? Start here:

  1. Understanding MCP — Concepts explained for PHP developers
  2. Getting Started — Build your first MCP server
  3. Hello World Example — The simplest possible MCP server
  4. MCP Specification — The full protocol specification

Showcase

Built something cool with PHP MCP SDK? Share it in GitHub Discussions under the "Show and Tell" category.

Community-built projects may be featured in the docs. We love seeing:

  • Novel MCP server use cases
  • Framework integrations
  • Open-source tools built on the SDK
  • Blog posts and tutorials

Code of Conduct

This project follows a standard open-source Code of Conduct. Be respectful, constructive, and welcoming. Harassment and discrimination of any kind are not tolerated.

See the Code of Conduct for details.


Stay Updated

  • Watch the GitHub repository for release notifications
  • Star the repo to show support and help others discover it
  • Follow the CHANGELOG for release notes