.. _ref_examples: Examples ======== This section provides complete, working examples of MCP servers built with PyAnsys Common MCP, ranging from simple to complex implementations. .. grid:: 2 .. grid-item-card:: Complete example: PyExample-MCP :link: ref_pyexample_mcp :link-type: ref A complete, minimal MCP server implementation for a hypothetical PyAnsys library named ``PyExample``. Learn the fundamentals step by step. .. grid-item-card:: Real-world example: PyMAPDL-MCP :link: ref_pymapdl_mcp :link-type: ref A production-ready MCP server implementation for PyMAPDL. Explore advanced patterns and real-world best practices in action. .. toctree:: :hidden: pyexample_mcp pymapdl_mcp Next steps ---------- - Study the :ref:`user_guide_architecture` to understand how PyAnsys Common MCP works. - Review :ref:`user_guide_advanced_patterns` for more techniques. - Clone `PyMAPDL-MCP `_ to see a real implementation. - Build your own MCP server for your PyAnsys library.