PHPackages                             hubleto/mcp-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. hubleto/mcp-server

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

hubleto/mcp-server
==================

MCP Server for Hubleto

1.x-dev(5mo ago)011MITPHP

Since Mar 6Pushed 5mo agoCompare

[ Source](https://github.com/hubleto/mcp-server)[ Packagist](https://packagist.org/packages/hubleto/mcp-server)[ Docs](https://www.hubleto.eu)[ RSS](/packages/hubleto-mcp-server/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Hubleto MCP Server
==================

[](#hubleto-mcp-server)

MCP Server for Hubleto.

Installation
------------

[](#installation)

```
composer require hubleto/mcp-server

```

How to use
----------

[](#how-to-use)

1. Create your Hubleto project `composer create-project hubleto/erp-project .`
2. Add Hubleto MCP server to your project `composer require hubleto/mcp-server`
3. Run the server `php mcp-server.php`

Integration with an IDE AI agent
--------------------------------

[](#integration-with-an-ide-ai-agent)

Different IDEs use different methods to register MCP servers. If you're using Visual Studio Code, add the following record under servers in `.vscode/mcp.json`

```
		"hubleto mcp server": {
			"type": "stdio",
			"command": "php",
			"args": [
				"mcp-server.php"
			]
		}
```

How to test
-----------

[](#how-to-test)

**Option 1: `npx @modelcontextprotocol/inspector`**

In this test, you will connect to the Hubleto MCP server using an inspector, which will allow you to run any tool provided by the server. This is an analogy to unit testing.

1. Run `npx @modelcontextprotocol/inspector php mcp-server.php` in your project folder.
2. Click `Connect` in the web browser (the browser should start automatically).
3. Check the list of tools.
4. Run a specific tool.

*Note: There are some tools already available in Hubleto's community apps. Search for `getMcpTools()` method in the  for more details.*

**Option 2: `mcp-cli`**

Testing with `mcp-cli` provides you an option to use LLMs like Claude or ChatGPT to test the Hubleto MCP server using natural language queries. This is an analogy to integration tests.

1. Install *mcp-cli* with `pip install mcp-cli`
2. Run `mcp-cli chat --server hubleto-mcp-server` in your project folder.

*Note: The `mcp-cli` uses the `server_config.json` file in your project folder. Take a look on it.*

You might need to configure your LLM provider's API key (e.g., ANTHROPIC\_API\_KEY or OPENAI\_API\_KEY) in your environment variables.

There are some other modes of operation for the *mcp-cli*, e.g. `interaction` or `command` modes. For more information refer to mcp-cli's documentation.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance71

Regular maintenance activity

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

165d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/394c74eefe13d2cf99097d4f4a80c2c8dd1e69e311ffa43175164efbdcc77cd0?d=identicon)[wai-blue](/maintainers/wai-blue)

---

Top Contributors

[![wai-blue](https://avatars.githubusercontent.com/u/88132073?v=4)](https://github.com/wai-blue "wai-blue (3 commits)")[![mibarnas](https://avatars.githubusercontent.com/u/29520229?v=4)](https://github.com/mibarnas "mibarnas (1 commits)")

---

Tags

mcpaiservercrmapplicationchatERPllmhubhubleto

### Embed Badge

![Health badge](/badges/hubleto-mcp-server/health.svg)

```
[![Health](https://phpackages.com/badges/hubleto-mcp-server/health.svg)](https://phpackages.com/packages/hubleto-mcp-server)
```

###  Alternatives

[php-mcp/server

PHP SDK for building Model Context Protocol (MCP) servers - Create MCP tools, resources, and prompts

859639.4k65](/packages/php-mcp-server)[klapaudius/symfony-mcp-server

Build your own LLM tools inside your symfony project by adding to it a Model Context Protocol Server

3125.5k](/packages/klapaudius-symfony-mcp-server)[symfony/ai-mate

AI development assistant MCP server for Symfony projects

30255.2k44](/packages/symfony-ai-mate)[hubleto/erp

Business Application Hub. Opensource ERP and CRM.

401.8k7](/packages/hubleto-erp)[stimmt/craft-mcp

MCP (Model Context Protocol) server for Craft CMS

302.4k](/packages/stimmt-craft-mcp)[nitsan/ns-t3af

MCP-first AI foundation for TYPO3. T3AF turns your TYPO3 installation into a fully AI-ready platform. Complete AI-infrastructure for the whole TYPO3 team, zero setup. Manage every AI provider, MCP servers &amp; tools, brand context, prompts, users permissions, and budget in one native backend module. You stay in control, your every TYPO3 team (editors, integrators, developers &amp; administrator) works with AI on one governed, self-hosted foundation. Use it standalone — or as the foundation that powers the complete AI Universe.

221.1k](/packages/nitsan-ns-t3af)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
