@@ -8,16 +8,16 @@ This MCP server allows Clients to interact with [Xero Accounting Software](https
8
8
9
9
2 . Create an OAuth 2.0 app in Xero to get a * CLIENT_ID* and * CLIENT_SECRET* .
10
10
11
- * Create a free Xero user account (if you don't have one)
12
- * Login to Xero Developer center https://developer.xero.com/app/manage/
13
- * Click New app
14
- * Enter a name for your app
15
- * Select Web app
16
- * Provide a valid URL (can be anything valid eg. https://www.myapp.com )
17
- * Enter redirect URI: ` http://localhost:5000/callback `
18
- * Tick to Accept the Terms & Conditions and click Create app
19
- * On the left-hand side of the screen select Configuration
20
- * Click Generate a secret
11
+ * Create a free Xero user account (if you don't have one)
12
+ * Login to Xero Developer center https://developer.xero.com/app/manage/
13
+ * Click New app
14
+ * Enter a name for your app
15
+ * Select Web app
16
+ * Provide a valid URL (can be anything valid eg. https://www.myapp.com )
17
+ * Enter redirect URI: ` http://localhost:5000/callback `
18
+ * Tick to Accept the Terms & Conditions and click Create app
19
+ * On the left-hand side of the screen select Configuration
20
+ * Click Generate a secret
21
21
22
22
3 . Modify ` claude_desktop_config.json ` file
23
23
@@ -26,7 +26,7 @@ This MCP server allows Clients to interact with [Xero Accounting Software](https
26
26
"mcpServers" : {
27
27
"xero-mcp" : {
28
28
"command" : " npx" ,
29
- "args" : [" -y" , " @john-zhang-dev/ xero-mcp" ],
29
+ "args" : [" -y" , " xero-mcp" ],
30
30
"env" : {
31
31
"XERO_CLIENT_ID" : " YOUR_CLIENT_ID" ,
32
32
"XERO_CLIENT_SECRET" : " YOUR_CLIENT_SECRET" ,
0 commit comments