# Infobip MCP server code examples
___
Open-source code examples are available to help you get started with Infobip MCP servers using different SDKs and frameworks.

These examples are maintained in the [Infobip MCP GitHub repository](https://github.com/infobip/mcp).
___

## Available examples

- [OpenAI Agents SDK (JavaScript)](https://github.com/infobip/mcp/tree/main/examples/openai-agents-sdk-javascript)
    - Demonstrates integration of Infobip MCP server with OpenAI Agents SDK (JavaScript) to build a conversational AI agent using the Infobip SMS MCP server.

- [OpenAI Agents SDK (Python)](https://github.com/infobip/mcp/tree/main/examples/openai-agents-sdk-python)
    - Shows how to integrate Infobip MCP server with OpenAI Agents SDK (Python) for conversational AI and SMS-based agent interactions.

- [Semantic Kernel (C#)](https://github.com/infobip/mcp/tree/main/examples/semantic-kernel-csharp)
    - Demonstrates Infobip MCP server integration with Semantic Kernel in C# to enable conversational AI agents using .NET 9.0.

- [Semantic Kernel (Python)](https://github.com/infobip/mcp/tree/main/examples/semantic-kernel-python)
    - Illustrates integration of Infobip MCP server with Semantic Kernel (Python) for building conversational AI experiences.

- [Spring AI (Java)](https://github.com/infobip/mcp/tree/main/examples/spring-ai-java)
    - Shows how to connect Infobip MCP server with Spring AI to build and run conversational AI agents using Infobip SMS MCP server.

- [Infobip MCP LangGraph SDK Demo](https://github.com/infobip/mcp/tree/main/examples/langgraph-sdk-python)
    - Demonstrates integration of Infobip MCP server with LangGraph SDK to build a conversational AI agent using the Infobip SMS MCP server.

___