diff --git a/README.md b/README.md
index 1fbcf8f..653300b 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,29 @@ You can also talk to a local agent (needs [Ollama]):
uvx 'voip[cli]' sip sips:alice:********@sip.example.com agent --initial-prompt "Hi, I am looking for a Mr. Ron, first name Mo?"
```
+### MCP
+
+The `voip` package ships a ready-made [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server
+that exposes tools to make phone calls on your behalf to any MCP client.
+
+```json
+{
+ "mcpServers": {
+ "VoIP": {
+ "type": "stdio",
+ "command": "uvx",
+ "args": [
+ "voip[mcp]",
+ "mcp"
+ ],
+ "env": {
+ "SIP_AOR": "sip:****:****@example.com:5060?transport=tcp"
+ }
+ }
+ }
+}
+```
+
### Python API
```console
diff --git a/docs/images/icon.svg b/docs/images/icon.svg
index 6390c4b..f38e1fa 100644
--- a/docs/images/icon.svg
+++ b/docs/images/icon.svg
@@ -1,4 +1,4 @@
-
diff --git a/docs/images/logo-dark.svg b/docs/images/logo-dark.svg
index de55087..8cefb36 100644
--- a/docs/images/logo-dark.svg
+++ b/docs/images/logo-dark.svg
@@ -1,8 +1,15 @@